binkp workaround

This commit is contained in:
Sergey Dorofeev 2012-02-05 10:43:54 +04:00
parent 941a199f7d
commit e3533cfbe0

View File

@ -134,6 +134,9 @@ static int prot_get_next_file(s_filelist **dest, s_protinfo *pi)
if(state.netspool.state == NS_RECEIVING) {
log("netspool begin receive");
netspool_receive(&state.netspool);
} else {
log("netspool is busy");
return 1;
}
if(state.netspool.state == NS_RECVFILE) {