Small ignore TCP error fix
This commit is contained in:
parent
37da07f154
commit
fd3da363f0
@ -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 {
|
||||||
|
Reference in New Issue
Block a user