From: Christian Grothoff Date: Mon, 28 Mar 2011 06:57:13 +0000 (+0000) Subject: fix X-Git-Tag: initial-import-from-subversion-38251~18885 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=dbfbe328ce09482a81a380890a3c8c7fccecb1c2;p=oweals%2Fgnunet.git fix --- 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)) {