- fix
authorMatthias Wachs <wachs@net.in.tum.de>
Thu, 15 Mar 2012 18:39:38 +0000 (18:39 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Thu, 15 Mar 2012 18:39:38 +0000 (18:39 +0000)
src/namestore/namestore_api.c

index ddf3742db2b335f2633fc5d111094c9e11b3fb08..1a0dec71d01deef9de44d1807a82b7299e30037f 100644 (file)
@@ -1479,7 +1479,7 @@ GNUNET_NAMESTORE_zone_iteration_start (struct GNUNET_NAMESTORE_Handle *h,
   it = GNUNET_malloc (sizeof (struct GNUNET_NAMESTORE_ZoneIterator));
   it->h = h;
   it->proc = proc;
-  it->proc_cls = proc;
+  it->proc_cls = proc_cls;
   it->op_id = rid;
 
   if (NULL != zone)