From: Christian Grothoff Date: Mon, 11 Jun 2012 07:42:15 +0000 (+0000) Subject: -fix X-Git-Tag: initial-import-from-subversion-38251~13163 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=06ee8c83bf087750965bda30d042003c869855ba;p=oweals%2Fgnunet.git -fix --- diff --git a/src/peerinfo/peerinfo_api.c b/src/peerinfo/peerinfo_api.c index f01c2c4bb..a0c51b328 100644 --- a/src/peerinfo/peerinfo_api.c +++ b/src/peerinfo/peerinfo_api.c @@ -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; }