X-Git-Url: https://git.sesse.net/?p=betaftpd;a=blobdiff_plain;f=ftpd.c;h=4d65210591c26c260d2c864dd5913c14c7dfdf0e;hp=1e2752c670401ecb96c5fb2a6a6e70fb8823b623;hb=4ad0559c71f4ef2f498a8b236a53eda9bcdd5c2c;hpb=9b44cdee547854e66a7cc29c425df66455760388 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