aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-11 07:42:15 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-11 07:42:15 +0000
commit06ee8c83bf087750965bda30d042003c869855ba (patch)
tree310fa9f0a03825fb29298e94a5ceb1af0a4a0311
parent85363810368ccb5d1a87f6cefd9768e202182f52 (diff)
downloadgnunet-06ee8c83bf087750965bda30d042003c869855ba.tar.gz
gnunet-06ee8c83bf087750965bda30d042003c869855ba.zip
-fix
-rw-r--r--src/peerinfo/peerinfo_api.c1
1 files changed, 0 insertions, 1 deletions
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)
512 if (NULL == ic) 512 if (NULL == ic)
513 { 513 {
514 /* didn't expect a response, reconnect */ 514 /* didn't expect a response, reconnect */
515 GNUNET_PEERINFO_iterate_cancel (ic);
516 reconnect (h); 515 reconnect (h);
517 return; 516 return;
518 } 517 }