[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [gnunet] 01/02: need zone here, not sure how this worked be
From: |
gnunet |
Subject: |
[GNUnet-SVN] [gnunet] 01/02: need zone here, not sure how this worked before... |
Date: |
Wed, 11 Apr 2018 11:59:06 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository gnunet.
commit 3b08fb626321221061021032c4c00386a0600d3b
Author: Christian Grothoff <address@hidden>
AuthorDate: Wed Apr 11 11:53:01 2018 +0200
need zone here, not sure how this worked before...
---
src/namestore/plugin_namestore_postgres.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/namestore/plugin_namestore_postgres.c
b/src/namestore/plugin_namestore_postgres.c
index 9c6d05a21..872bf75cb 100644
--- a/src/namestore/plugin_namestore_postgres.c
+++ b/src/namestore/plugin_namestore_postgres.c
@@ -370,7 +370,7 @@ namestore_postgres_lookup_records (void *cls,
pc.iter = iter;
pc.iter_cls = iter_cls;
- pc.zone_key = NULL;
+ pc.zone_key = zone;
res = GNUNET_PQ_eval_prepared_multi_select (plugin->dbh,
"lookup_label",
params,
--
To stop receiving notification emails like this one, please contact
address@hidden