-fix
authorChristian Grothoff <christian@grothoff.org>
Sat, 9 Jun 2012 14:34:04 +0000 (14:34 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sat, 9 Jun 2012 14:34:04 +0000 (14:34 +0000)
src/peerinfo/peerinfo_api.c

index f7cff1bed2ef91f027b363b7066899e36b9d9b0f..f01c2c4bba2c82882b3081253d0cd74ce2e80b9a 100644 (file)
@@ -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;