aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo/peerinfo_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-04-02 13:55:37 +0000
committerChristian Grothoff <christian@grothoff.org>2012-04-02 13:55:37 +0000
commitf711ef398f4a4264b09b9a78a599bc863c2f28df (patch)
tree7c73dbede2861c6a55feea9f3fa6f974659d7eb5 /src/peerinfo/peerinfo_api.c
parentbf4d77f07d632bd3414c4b6f373bdb2d24700b9b (diff)
downloadgnunet-f711ef398f4a4264b09b9a78a599bc863c2f28df.tar.gz
gnunet-f711ef398f4a4264b09b9a78a599bc863c2f28df.zip
-fix
Diffstat (limited to 'src/peerinfo/peerinfo_api.c')
-rw-r--r--src/peerinfo/peerinfo_api.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/peerinfo/peerinfo_api.c b/src/peerinfo/peerinfo_api.c
index c3e756a6e..593ee8b3c 100644
--- a/src/peerinfo/peerinfo_api.c
+++ b/src/peerinfo/peerinfo_api.c
@@ -612,7 +612,6 @@ GNUNET_PEERINFO_iterate (struct GNUNET_PEERINFO_Handle *h,
612 tqe->timeout = GNUNET_TIME_UNIT_FOREVER_ABS; 612 tqe->timeout = GNUNET_TIME_UNIT_FOREVER_ABS;
613 tqe->cont = &iterator_start_receive; 613 tqe->cont = &iterator_start_receive;
614 tqe->cont_cls = ic; 614 tqe->cont_cls = ic;
615 tqe->timeout = ic->timeout;
616 GNUNET_CONTAINER_DLL_insert_after (h->tq_head, h->tq_tail, h->tq_tail, tqe); 615 GNUNET_CONTAINER_DLL_insert_after (h->tq_head, h->tq_tail, h->tq_tail, tqe);
617 trigger_transmit (h); 616 trigger_transmit (h);
618 return ic; 617 return ic;