aboutsummaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-06-18 14:30:23 +0000
committerChristian Grothoff <christian@grothoff.org>2010-06-18 14:30:23 +0000
commit0ea8e006d5f5ef84e31e000607bd24a23f8fc1ed (patch)
tree9b36e245d428fd641512eb1e1ff86b2a83adf2c2 /src/core
parent200aaa0dd6813f19eb7ed67a0fdc301d091fc2d7 (diff)
downloadgnunet-0ea8e006d5f5ef84e31e000607bd24a23f8fc1ed.tar.gz
gnunet-0ea8e006d5f5ef84e31e000607bd24a23f8fc1ed.zip
code clean up
Diffstat (limited to 'src/core')
-rw-r--r--src/core/gnunet-service-core.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/gnunet-service-core.c b/src/core/gnunet-service-core.c
index 7a2111e0e..34b3511a8 100644
--- a/src/core/gnunet-service-core.c
+++ b/src/core/gnunet-service-core.c
@@ -3205,7 +3205,9 @@ deliver_message (struct Neighbour *sender,
3205 (unsigned int) type, 3205 (unsigned int) type,
3206 GNUNET_i2s (&sender->peer)); 3206 GNUNET_i2s (&sender->peer));
3207#endif 3207#endif
3208 /* FIXME: stats... */ 3208 GNUNET_STATISTICS_update (stats,
3209 gettext_noop ("# messages not delivered to any client"),
3210 1, GNUNET_NO);
3209 } 3211 }
3210} 3212}
3211 3213