From 4ad0559c71f4ef2f498a8b236a53eda9bcdd5c2c Mon Sep 17 00:00:00 2001 From: sgunderson Date: Thu, 17 Aug 2000 22:02:30 +0000 Subject: [PATCH] do_upload(): Removed unused variable `avail\'. --- ftpd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2