diff options
author | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-06-08 16:38:30 +0000 |
---|---|---|
committer | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-06-08 16:38:30 +0000 |
commit | 1284f52501c1114fe98f6b7d1c86da76417b75a0 (patch) | |
tree | 41dc83ab350da4913ddb1171887ddb988469cc72 | |
parent | a058646ca273c11a3336c309e83cd7ba8e41c4c7 (diff) |
-fixfixfix
git-svn-id: https://gnunet.org/svn/gnunet@21808 140774ce-b5e7-0310-ab8b-a85725594a96
-rw-r--r-- | src/peerinfo/peerinfo_api.c | 2 |
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 */ |