aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-09 14:34:04 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-09 14:34:04 +0000
commit006eb1c4f3307fe89c786c2f1ac866611e33d3cd (patch)
tree9355ec12e590a47a0c74860a03dc966908b7fb15 /src
parent349c0fd96682b87bce270696805903ad13c6faea (diff)
downloadgnunet-006eb1c4f3307fe89c786c2f1ac866611e33d3cd.tar.gz
gnunet-006eb1c4f3307fe89c786c2f1ac866611e33d3cd.zip
-fix
Diffstat (limited to 'src')
-rw-r--r--src/peerinfo/peerinfo_api.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/peerinfo/peerinfo_api.c b/src/peerinfo/peerinfo_api.c
index f7cff1bed..f01c2c4bb 100644
--- a/src/peerinfo/peerinfo_api.c
+++ b/src/peerinfo/peerinfo_api.c
@@ -514,9 +514,6 @@ peerinfo_handler (void *cls, const struct GNUNET_MessageHeader *msg)
514 /* didn't expect a response, reconnect */ 514 /* didn't expect a response, reconnect */
515 GNUNET_PEERINFO_iterate_cancel (ic); 515 GNUNET_PEERINFO_iterate_cancel (ic);
516 reconnect (h); 516 reconnect (h);
517 if (NULL != cb)
518 cb (cb_cls, NULL, NULL,
519 _("Failed to receive response from `PEERINFO' service."));
520 return; 517 return;
521 } 518 }
522 ic->request_transmitted = GNUNET_NO; 519 ic->request_transmitted = GNUNET_NO;