aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo
diff options
context:
space:
mode:
authorgrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2012-06-08 16:38:30 +0000
committergrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2012-06-08 16:38:30 +0000
commit1284f52501c1114fe98f6b7d1c86da76417b75a0 (patch)
tree41dc83ab350da4913ddb1171887ddb988469cc72 /src/peerinfo
parenta058646ca273c11a3336c309e83cd7ba8e41c4c7 (diff)
-fixfixfix
git-svn-id: https://gnunet.org/svn/gnunet@21808 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/peerinfo')
-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 3e52e1911d..74c1e49a95 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 */