aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/gnunet-service-namestore.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-03-22 11:05:22 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-03-22 11:05:22 +0000
commita2f68ea8b627e2d009ac5624837b958694f335ff (patch)
tree77f3a1653540d954938a6a023ded8984b660a948 /src/namestore/gnunet-service-namestore.c
parent5dc75820d20dafd62e8247cb8719bd3224244b52 (diff)
downloadgnunet-a2f68ea8b627e2d009ac5624837b958694f335ff.tar.gz
gnunet-a2f68ea8b627e2d009ac5624837b958694f335ff.zip
Diffstat (limited to 'src/namestore/gnunet-service-namestore.c')
-rw-r--r--src/namestore/gnunet-service-namestore.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/namestore/gnunet-service-namestore.c b/src/namestore/gnunet-service-namestore.c
index 493d1f574..84ecb8ea1 100644
--- a/src/namestore/gnunet-service-namestore.c
+++ b/src/namestore/gnunet-service-namestore.c
@@ -1453,6 +1453,8 @@ void zone_iteration_proc (void *cls,
1453 GNUNET_HashCode long_hash; 1453 GNUNET_HashCode long_hash;
1454 int authoritative = GNUNET_NO; 1454 int authoritative = GNUNET_NO;
1455 1455
1456 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "ZONE RESULT `%s'\n", name);
1457
1456 if ((zone_key == NULL) && (name == NULL)) 1458 if ((zone_key == NULL) && (name == NULL))
1457 { 1459 {
1458 struct ZoneIterationResponseMessage zir_msg; 1460 struct ZoneIterationResponseMessage zir_msg;
@@ -1518,7 +1520,6 @@ void zone_iteration_proc (void *cls,
1518 authoritative = GNUNET_YES; 1520 authoritative = GNUNET_YES;
1519 } 1521 }
1520 1522
1521
1522 zir_msg->gns_header.header.type = htons (GNUNET_MESSAGE_TYPE_NAMESTORE_ZONE_ITERATION_RESPONSE); 1523 zir_msg->gns_header.header.type = htons (GNUNET_MESSAGE_TYPE_NAMESTORE_ZONE_ITERATION_RESPONSE);
1523 zir_msg->gns_header.header.size = htons (msg_size); 1524 zir_msg->gns_header.header.size = htons (msg_size);
1524 zir_msg->gns_header.r_id = htonl(zi->request_id); 1525 zir_msg->gns_header.r_id = htonl(zi->request_id);