From: Christian Grothoff Date: Fri, 8 Jun 2012 16:38:30 +0000 (+0000) Subject: -fixfixfix X-Git-Tag: initial-import-from-subversion-38251~13222 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=fcf84f917c9fd950444bf87aafebb3bed13ada03;p=oweals%2Fgnunet.git -fixfixfix --- diff --git a/src/peerinfo/peerinfo_api.c b/src/peerinfo/peerinfo_api.c index 3e52e1911..74c1e49a9 100644 --- a/src/peerinfo/peerinfo_api.c +++ b/src/peerinfo/peerinfo_api.c @@ -394,8 +394,6 @@ trigger_transmit (struct GNUNET_PEERINFO_Handle *h) return; /* no requests queued */ if (NULL != h->th) return; /* request already pending */ - if (GNUNET_YES == h->in_receive) - return; /* still reading replies from last request */ if (NULL == h->client) { /* disconnected, try to reconnect */