fixed the REST again

This commit is contained in:
Daniel Stenberg 2001-09-14 12:01:21 +00:00
parent db5c1c61e5
commit 708431e2ea
1 changed files with 1 additions and 0 deletions

View File

@ -210,6 +210,7 @@ sub RETR_command {
# move read pointer forward
$size -= $rest;
logmsg "REST $rest was removed from size, makes $size left\n";
$rest = 0; # reset REST offset again
}
print "150 Binary data connection for $testno () ($size bytes).\r\n";
logmsg "150 Binary data connection for $testno ($size bytes).\n";