aboutsummaryrefslogtreecommitdiff
path: root/src/arm
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-09-19 12:26:12 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-09-19 12:26:12 +0000
commitda2224c154777930524d3f51baa35527989d843c (patch)
tree1fa57a89bc28d5fab3385229febc966e16ec1d35 /src/arm
parent9daee8a187e78bd9e860f2f34729e80cc95f414c (diff)
downloadgnunet-da2224c154777930524d3f51baa35527989d843c.tar.gz
gnunet-da2224c154777930524d3f51baa35527989d843c.zip
-fix compile warnings and parallel build
Diffstat (limited to 'src/arm')
-rw-r--r--src/arm/arm_api.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arm/arm_api.c b/src/arm/arm_api.c
index 34f7a6704..116b3a517 100644
--- a/src/arm/arm_api.c
+++ b/src/arm/arm_api.c
@@ -329,6 +329,7 @@ client_notify_handler (void *cls, const struct GNUNET_MessageHeader *msg)
329 unsigned char fail; 329 unsigned char fail;
330 330
331 list = NULL; 331 list = NULL;
332 rcount = 0;
332 if (NULL == msg) 333 if (NULL == msg)
333 { 334 {
334 LOG (GNUNET_ERROR_TYPE_INFO, 335 LOG (GNUNET_ERROR_TYPE_INFO,