aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_cp.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-06-16 12:02:03 +0000
committerChristian Grothoff <christian@grothoff.org>2011-06-16 12:02:03 +0000
commitb365d74222adc5fc86eb5803569904f8fa8958af (patch)
treecb6b996014af5b4e2d26e9ec1f61ec02f85f4d40 /src/fs/gnunet-service-fs_cp.c
parent91ff6c2b48ef331a566f5df0134bf8e6af178b94 (diff)
downloadgnunet-b365d74222adc5fc86eb5803569904f8fa8958af.tar.gz
gnunet-b365d74222adc5fc86eb5803569904f8fa8958af.zip
fix
Diffstat (limited to 'src/fs/gnunet-service-fs_cp.c')
-rw-r--r--src/fs/gnunet-service-fs_cp.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/fs/gnunet-service-fs_cp.c b/src/fs/gnunet-service-fs_cp.c
index 9686c7dfe..1d7360624 100644
--- a/src/fs/gnunet-service-fs_cp.c
+++ b/src/fs/gnunet-service-fs_cp.c
@@ -1158,6 +1158,10 @@ GSF_handle_p2p_query_ (const struct GNUNET_PeerIdentity *other,
1158 GNUNET_break_op (0); 1158 GNUNET_break_op (0);
1159 return NULL; 1159 return NULL;
1160 } 1160 }
1161 GNUNET_STATISTICS_update (GSF_stats,
1162 gettext_noop ("# GET requests received (from other peers)"),
1163 1,
1164 GNUNET_NO);
1161 gm = (const struct GetMessage*) message; 1165 gm = (const struct GetMessage*) message;
1162 type = ntohl (gm->type); 1166 type = ntohl (gm->type);
1163 bm = ntohl (gm->hash_bitmap); 1167 bm = ntohl (gm->hash_bitmap);