aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-03-15 18:39:38 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-03-15 18:39:38 +0000
commit91d3dd677ac489a58957af865f0f93cc05c4dc00 (patch)
treeb901919f4729b79d8ece876fc0ca8ee496ae2555 /src
parent8e125c6490ec13ce6b579d0b078d36b1c155ab82 (diff)
downloadgnunet-91d3dd677ac489a58957af865f0f93cc05c4dc00.tar.gz
gnunet-91d3dd677ac489a58957af865f0f93cc05c4dc00.zip
- fix
Diffstat (limited to 'src')
-rw-r--r--src/namestore/namestore_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/namestore/namestore_api.c b/src/namestore/namestore_api.c
index ddf3742db..1a0dec71d 100644
--- a/src/namestore/namestore_api.c
+++ b/src/namestore/namestore_api.c
@@ -1479,7 +1479,7 @@ GNUNET_NAMESTORE_zone_iteration_start (struct GNUNET_NAMESTORE_Handle *h,
1479 it = GNUNET_malloc (sizeof (struct GNUNET_NAMESTORE_ZoneIterator)); 1479 it = GNUNET_malloc (sizeof (struct GNUNET_NAMESTORE_ZoneIterator));
1480 it->h = h; 1480 it->h = h;
1481 it->proc = proc; 1481 it->proc = proc;
1482 it->proc_cls = proc; 1482 it->proc_cls = proc_cls;
1483 it->op_id = rid; 1483 it->op_id = rid;
1484 1484
1485 if (NULL != zone) 1485 if (NULL != zone)