fixing the fix
authorChristian Grothoff <christian@grothoff.org>
Thu, 21 Oct 2010 12:35:15 +0000 (12:35 +0000)
committerChristian Grothoff <christian@grothoff.org>
Thu, 21 Oct 2010 12:35:15 +0000 (12:35 +0000)
src/core/core_api.c

index b37e4bea9ec9a512c1e42f5565d4385f954204eb..0f84771b03a2b473521a144dd3ade6f99b4c3687 100644 (file)
@@ -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)