aboutsummaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-10-21 12:35:15 +0000
committerChristian Grothoff <christian@grothoff.org>2010-10-21 12:35:15 +0000
commitfe1f60faf156ec432f2e82ce998a92c32ea52f47 (patch)
treef912bea8eb35444c0a00bc77e71a401bed7251d7 /src/core
parent44b4d209fdb0d3fd6d606b09b0b0b27b4092a439 (diff)
downloadgnunet-fe1f60faf156ec432f2e82ce998a92c32ea52f47.tar.gz
gnunet-fe1f60faf156ec432f2e82ce998a92c32ea52f47.zip
fixing the fix
Diffstat (limited to 'src/core')
-rw-r--r--src/core/core_api.c4
1 files 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)
509 GNUNET_TIME_relative_ntoh (ntm->latency), 509 GNUNET_TIME_relative_ntoh (ntm->latency),
510 ntohl (ntm->distance))) 510 ntohl (ntm->distance)))
511 { 511 {
512 /* error in processing, disconnect ! */ 512 /* error in processing, do not process other messages! */
513 return; 513 break;
514 } 514 }
515 } 515 }
516 if (NULL != h->inbound_notify) 516 if (NULL != h->inbound_notify)