Small ignore TCP error fix

This commit is contained in:
Michiel Broek 2004-01-07 21:42:18 +00:00
parent 37da07f154
commit fd3da363f0

View File

@ -845,6 +845,7 @@ int file_transfer(void)
if (bp.local_EOB && bp.remote_EOB) { if (bp.local_EOB && bp.remote_EOB) {
Syslog('b', "Binkp: ignore TCP error in EOB state"); Syslog('b', "Binkp: ignore TCP error in EOB state");
rc = 0; rc = 0;
bp.rc = 0;
bp.FtState = Transmit; /* Go once more through transmitter to cleanup */ bp.FtState = Transmit; /* Go once more through transmitter to cleanup */
break; break;
} else { } else {