Removed error checks for close() call.
commit50bd17da40f9fd0969f61816a44abebe61683a4d
authoretanol <etanol>
Fri, 29 Aug 2008 13:26:20 +0000 (29 15:26 +0200)
committeretanol <etanol>
Tue, 16 Sep 2008 15:29:45 +0000 (16 17:29 +0200)
tree506667cd6b1af9cc31e9ab1d15723c22d495e361
parent39ddcdc9c8d36e64f8016b01da48385486d47b07
Removed error checks for close() call.

As this server is read-only, the only important errors close() may report are
related to disk flushing and write IO completion.  Those issues do not matter in
our context, therefore it was only disturbing the code.
command_loop.c
enable_passive.c
list_dir.c
next_command.c
open_data_channel.c
send_file.c
uftps.c