From: sgunderson Date: Thu, 17 Aug 2000 22:02:30 +0000 (+0000) Subject: do_upload(): Removed unused variable `avail\'. X-Git-Url: https://git.sesse.net/?p=betaftpd;a=commitdiff_plain;h=4ad0559c71f4ef2f498a8b236a53eda9bcdd5c2c;hp=9b44cdee547854e66a7cc29c425df66455760388 do_upload(): Removed unused variable `avail\'. --- diff --git a/ftpd.c b/ftpd.c index 1e2752c..4d65210 100644 --- a/ftpd.c +++ b/ftpd.c @@ -725,7 +725,7 @@ int process_all_sendfiles(fd_set * const active_clients, const int num_ac) int do_upload(struct ftran *f) { char upload_buf[16384]; - int avail, size; + int size; #if WANT_ASCII /* keep buffer size small in ascii transfers to prevent process stalling while filtering