slirp: tftp: Clean up tftp_send_error
commitef2d54d8df7e4a515b603fe101e73f716d81e778
authorJan Kiszka <jan.kiszka@siemens.com>
Wed, 24 Jun 2009 12:42:30 +0000 (24 14:42 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 29 Jun 2009 13:52:47 +0000 (29 08:52 -0500)
tree29ad0976650000c311ba428417be34fd8cc77ad2
parentf8e3cbd3b5d1c76ec295cfc8858fd696188c270d
slirp: tftp: Clean up tftp_send_error

The return code of tftp_send_error is not used, drop it. And also make
sure to always terminate the session.

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