From: Christian Grothoff Date: Thu, 21 Oct 2010 12:35:15 +0000 (+0000) Subject: fixing the fix X-Git-Tag: initial-import-from-subversion-38251~19997 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=fe1f60faf156ec432f2e82ce998a92c32ea52f47;p=oweals%2Fgnunet.git fixing the fix --- 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)