From: Christian Grothoff Date: Sat, 9 Jun 2012 14:34:04 +0000 (+0000) Subject: -fix X-Git-Tag: initial-import-from-subversion-38251~13216 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=006eb1c4f3307fe89c786c2f1ac866611e33d3cd;p=oweals%2Fgnunet.git -fix --- 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) /* didn't expect a response, reconnect */ GNUNET_PEERINFO_iterate_cancel (ic); reconnect (h); - if (NULL != cb) - cb (cb_cls, NULL, NULL, - _("Failed to receive response from `PEERINFO' service.")); return; } ic->request_transmitted = GNUNET_NO;