aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/core/core_api.c2
1 files changed, 1 insertions, 1 deletions
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,
1146 GNUNET_i2s (&ntm->peer)); 1146 GNUNET_i2s (&ntm->peer));
1147#endif 1147#endif
1148 if ((GNUNET_NO == h->outbound_hdr_only) && 1148 if ((GNUNET_NO == h->outbound_hdr_only) &&
1149 (msize != ntohs (em->size) + sizeof (struct NotifyTrafficMessage) + 1149 (msize != ntohs (em->size) + sizeof (struct NotifyTrafficMessage)
1150 + ats_count * sizeof (struct GNUNET_TRANSPORT_ATS_Information)) ) 1150 + ats_count * sizeof (struct GNUNET_TRANSPORT_ATS_Information)) )
1151 { 1151 {
1152 GNUNET_break (0); 1152 GNUNET_break (0);