aboutsummaryrefslogtreecommitdiff
path: root/src/core/core_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-03-28 06:57:13 +0000
committerChristian Grothoff <christian@grothoff.org>2011-03-28 06:57:13 +0000
commitdbfbe328ce09482a81a380890a3c8c7fccecb1c2 (patch)
treece28ac9681ac0cec12e9775d5b7ef499458af3eb /src/core/core_api.c
parent81825d24a7088d8bf3c4b8ac8685403836c53eae (diff)
downloadgnunet-dbfbe328ce09482a81a380890a3c8c7fccecb1c2.tar.gz
gnunet-dbfbe328ce09482a81a380890a3c8c7fccecb1c2.zip
fix
Diffstat (limited to 'src/core/core_api.c')
-rw-r--r--src/core/core_api.c1
1 files changed, 1 insertions, 0 deletions
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,
996 if (NULL == h->status_events) 996 if (NULL == h->status_events)
997 { 997 {
998 GNUNET_break (0); 998 GNUNET_break (0);
999 return;
999 } 1000 }
1000 if (msize < sizeof (struct PeerStatusNotifyMessage)) 1001 if (msize < sizeof (struct PeerStatusNotifyMessage))
1001 { 1002 {