From c51def57d59fab1781a69dc57e7de48da905a409 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 21 Dec 2010 22:06:21 +0000 Subject: [PATCH] plusplus --- src/core/core_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.25.1