binkp workaround

master
Sergey Dorofeev 13 years ago
parent 941a199f7d
commit e3533cfbe0

@ -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) {

Loading…
Cancel
Save