gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r20549 - gnunet/src/namestore


From: gnunet
Subject: [GNUnet-SVN] r20549 - gnunet/src/namestore
Date: Thu, 15 Mar 2012 19:39:38 +0100

Author: wachs
Date: 2012-03-15 19:39:38 +0100 (Thu, 15 Mar 2012)
New Revision: 20549

Modified:
   gnunet/src/namestore/namestore_api.c
Log:
- fix


Modified: gnunet/src/namestore/namestore_api.c
===================================================================
--- gnunet/src/namestore/namestore_api.c        2012-03-15 18:22:00 UTC (rev 
20548)
+++ gnunet/src/namestore/namestore_api.c        2012-03-15 18:39:38 UTC (rev 
20549)
@@ -1479,7 +1479,7 @@
   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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]