[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [gnunet] branch master updated: init ns_pending
From: |
gnunet |
Subject: |
[GNUnet-SVN] [gnunet] branch master updated: init ns_pending |
Date: |
Wed, 25 Apr 2018 18:34:08 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository gnunet.
The following commit(s) were added to refs/heads/master by this push:
new 5c1d0aa2d init ns_pending
5c1d0aa2d is described below
commit 5c1d0aa2db08d35e46dbc61ad75b0f6e941248c0
Author: Christian Grothoff <address@hidden>
AuthorDate: Wed Apr 25 18:34:06 2018 +0200
init ns_pending
---
src/namestore/gnunet-zoneimport.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/namestore/gnunet-zoneimport.c
b/src/namestore/gnunet-zoneimport.c
index 47662df1a..356e740f1 100644
--- a/src/namestore/gnunet-zoneimport.c
+++ b/src/namestore/gnunet-zoneimport.c
@@ -1673,7 +1673,8 @@ run (void *cls,
(void) args;
(void) cfgfile;
req_heap = GNUNET_CONTAINER_heap_create (GNUNET_CONTAINER_HEAP_ORDER_MIN);
- ns_pending = GNUNET_CONTAINER_multihashmap_create (1024);
+ ns_pending = GNUNET_CONTAINER_multihashmap_create (1024,
+ GNUNET_NO);
ctx = GNUNET_DNSSTUB_start (256);
if (NULL == ctx)
{
--
To stop receiving notification emails like this one, please contact
address@hidden