From: Christian Grothoff Date: Thu, 21 Oct 2010 12:29:00 +0000 (+0000) Subject: do not reconnect, other peer violated, not core X-Git-Tag: initial-import-from-subversion-38251~19998 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=44b4d209fdb0d3fd6d606b09b0b0b27b4092a439;p=oweals%2Fgnunet.git do not reconnect, other peer violated, not core --- diff --git a/src/core/core_api.c b/src/core/core_api.c index 453ca1f21..b37e4bea9 100644 --- a/src/core/core_api.c +++ b/src/core/core_api.c @@ -510,7 +510,6 @@ main_notify_handler (void *cls, const struct GNUNET_MessageHeader *msg) ntohl (ntm->distance))) { /* error in processing, disconnect ! */ - reconnect (h); return; } }