From: Christian Grothoff Date: Tue, 21 Dec 2010 22:06:21 +0000 (+0000) Subject: plusplus X-Git-Tag: initial-import-from-subversion-38251~19443 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c51def57d59fab1781a69dc57e7de48da905a409;p=oweals%2Fgnunet.git plusplus --- diff --git a/src/core/core_api.c b/src/core/core_api.c index bff711d02..19d4bf49b 100644 --- a/src/core/core_api.c +++ b/src/core/core_api.c @@ -1146,7 +1146,7 @@ main_notify_handler (void *cls, GNUNET_i2s (&ntm->peer)); #endif if ((GNUNET_NO == h->outbound_hdr_only) && - (msize != ntohs (em->size) + sizeof (struct NotifyTrafficMessage) + + (msize != ntohs (em->size) + sizeof (struct NotifyTrafficMessage) + ats_count * sizeof (struct GNUNET_TRANSPORT_ATS_Information)) ) { GNUNET_break (0);