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