From fe1f60faf156ec432f2e82ce998a92c32ea52f47 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 21 Oct 2010 12:35:15 +0000 Subject: [PATCH] fixing the fix --- src/core/core_api.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/core_api.c b/src/core/core_api.c index b37e4bea9..0f84771b0 100644 --- a/src/core/core_api.c +++ b/src/core/core_api.c @@ -509,8 +509,8 @@ main_notify_handler (void *cls, const struct GNUNET_MessageHeader *msg) GNUNET_TIME_relative_ntoh (ntm->latency), ntohl (ntm->distance))) { - /* error in processing, disconnect ! */ - return; + /* error in processing, do not process other messages! */ + break; } } if (NULL != h->inbound_notify) -- 2.25.1