From 44b4d209fdb0d3fd6d606b09b0b0b27b4092a439 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 21 Oct 2010 12:29:00 +0000 Subject: [PATCH] do not reconnect, other peer violated, not core --- src/core/core_api.c | 1 - 1 file changed, 1 deletion(-) 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; } } -- 2.25.1