From e3533cfbe086eecda713813037d93e9a14eb6444 Mon Sep 17 00:00:00 2001 From: Sergey Dorofeev Date: Sun, 5 Feb 2012 10:43:54 +0400 Subject: [PATCH] binkp workaround --- source/bforce/prot_common.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/bforce/prot_common.c b/source/bforce/prot_common.c index 935032e..e1daeb6 100644 --- a/source/bforce/prot_common.c +++ b/source/bforce/prot_common.c @@ -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) {