binkp workaround
This commit is contained in:
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) {
|
if(state.netspool.state == NS_RECEIVING) {
|
||||||
log("netspool begin receive");
|
log("netspool begin receive");
|
||||||
netspool_receive(&state.netspool);
|
netspool_receive(&state.netspool);
|
||||||
|
} else {
|
||||||
|
log("netspool is busy");
|
||||||
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(state.netspool.state == NS_RECVFILE) {
|
if(state.netspool.state == NS_RECVFILE) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user