slirp: Drop redundant lines from udp_input
authorJan Kiszka <jan.kiszka@siemens.com>
Wed, 24 Jun 2009 12:42:27 +0000 (14:42 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 29 Jun 2009 13:52:44 +0000 (08:52 -0500)
commit753a5f170d6ea9dd577067721a0ccbce69fc191c
treef795963577109287a6f3e1f053f0085cb555398f
parentc18a2c360e3100bbd71162cf922dcd8c429a8b71
slirp: Drop redundant lines from udp_input

The socket faddr/fport is already updated a few lines below, so these
are completely redundant.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
slirp/udp.c