From dbfbe328ce09482a81a380890a3c8c7fccecb1c2 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 28 Mar 2011 06:57:13 +0000 Subject: [PATCH] fix --- src/core/core_api.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/core_api.c b/src/core/core_api.c index 30b7eb540..44d72e913 100644 --- a/src/core/core_api.c +++ b/src/core/core_api.c @@ -996,6 +996,7 @@ main_notify_handler (void *cls, if (NULL == h->status_events) { GNUNET_break (0); + return; } if (msize < sizeof (struct PeerStatusNotifyMessage)) { -- 2.25.1