aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-12-21 22:06:21 +0000
committerChristian Grothoff <christian@grothoff.org>2010-12-21 22:06:21 +0000
commitc51def57d59fab1781a69dc57e7de48da905a409 (patch)
tree2394367fb47e33dc61f55d39c4ebd60904fa7b74 /src
parent1ac6849677af4f98a0811626d5b36a3d3a0cb3c0 (diff)
downloadgnunet-c51def57d59fab1781a69dc57e7de48da905a409.tar.gz
gnunet-c51def57d59fab1781a69dc57e7de48da905a409.zip
plusplus
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);