aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-04-30 10:00:28 +0000
committerChristian Grothoff <christian@grothoff.org>2010-04-30 10:00:28 +0000
commitb3a89a6a7e0948902d3b33318b1548ce928b9e50 (patch)
treee58bb2cc8d594602aa5524859b2f0f4160e93ff1 /src/peerinfo
parent1340cad321a2defdce84a84998c76cce8c9f9f10 (diff)
downloadgnunet-b3a89a6a7e0948902d3b33318b1548ce928b9e50.tar.gz
gnunet-b3a89a6a7e0948902d3b33318b1548ce928b9e50.zip
bad commie
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 e0806978b..7e9d9b2f0 100644
--- a/src/peerinfo/peerinfo_api.c
+++ b/src/peerinfo/peerinfo_api.c
@@ -268,8 +268,6 @@ trigger_transmit (struct GNUNET_PEERINFO_Handle *h)
268{ 268{
269 struct TransmissionQueueEntry *tqe; 269 struct TransmissionQueueEntry *tqe;
270 270
271 /* FIXME: need to handle case where we are still *receiving* (and then
272 do nothing here as well!) */
273 if (NULL == (tqe = h->tq_head)) 271 if (NULL == (tqe = h->tq_head))
274 return; 272 return;
275 if (h->th != NULL) 273 if (h->th != NULL)