aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo/peerinfo_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-08 16:38:30 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-08 16:38:30 +0000
commitfcf84f917c9fd950444bf87aafebb3bed13ada03 (patch)
tree41dc83ab350da4913ddb1171887ddb988469cc72 /src/peerinfo/peerinfo_api.c
parent08fa8bf18d4f7af3fc1a74a882980f8ff6dbf5bd (diff)
downloadgnunet-fcf84f917c9fd950444bf87aafebb3bed13ada03.tar.gz
gnunet-fcf84f917c9fd950444bf87aafebb3bed13ada03.zip
-fixfixfix
Diffstat (limited to 'src/peerinfo/peerinfo_api.c')
-rw-r--r--src/peerinfo/peerinfo_api.c2
1 files changed, 0 insertions, 2 deletions
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)
394 return; /* no requests queued */ 394 return; /* no requests queued */
395 if (NULL != h->th) 395 if (NULL != h->th)
396 return; /* request already pending */ 396 return; /* request already pending */
397 if (GNUNET_YES == h->in_receive)
398 return; /* still reading replies from last request */
399 if (NULL == h->client) 397 if (NULL == h->client)
400 { 398 {
401 /* disconnected, try to reconnect */ 399 /* disconnected, try to reconnect */