Some small fixes

This commit is contained in:
Michiel Broek
2004-01-08 20:02:41 +00:00
parent fd3da363f0
commit a53c184f9e
5 changed files with 16 additions and 11 deletions

View File

@@ -1421,7 +1421,7 @@ TrType binkp_transmitter(void)
bp.RxState = RxWaitF;
Syslog('+', "Binkp: start batch %d", bp.batchnr + 1);
binkp_clear_filelist();
return Continue;
return Ok; /* Continue is not good here, troubles with binkd on slow links. */
}
}