Compiler warning.

This commit is contained in:
Simon Kelley
2020-03-05 18:01:48 +00:00
parent 1df73fe831
commit 980b14f174

View File

@@ -611,7 +611,7 @@ void check_tftp_listeners(time_t now)
{ {
/* don't complain about timeout when we're awaiting the last /* don't complain about timeout when we're awaiting the last
ACK, some clients never send it */ ACK, some clients never send it */
if (len == transfer->blocksize + 4) if ((unsigned)len == transfer->blocksize + 4)
endcon = 1; endcon = 1;
len = 0; len = 0;
} }