-fix
authorChristian Grothoff <christian@grothoff.org>
Mon, 11 Jun 2012 07:42:15 +0000 (07:42 +0000)
committerChristian Grothoff <christian@grothoff.org>
Mon, 11 Jun 2012 07:42:15 +0000 (07:42 +0000)
src/peerinfo/peerinfo_api.c

index f01c2c4bba2c82882b3081253d0cd74ce2e80b9a..a0c51b328c483a40158a97515705ee78533762c7 100644 (file)
@@ -512,7 +512,6 @@ peerinfo_handler (void *cls, const struct GNUNET_MessageHeader *msg)
   if (NULL == ic)
   {
     /* didn't expect a response, reconnect */
-    GNUNET_PEERINFO_iterate_cancel (ic);
     reconnect (h);
     return;
   }