diff options
author | Christian Grothoff <christian@grothoff.org> | 2018-04-11 11:53:01 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2018-04-11 11:53:01 +0200 |
commit | 3b08fb626321221061021032c4c00386a0600d3b (patch) | |
tree | 92e90f7e28d6b507fd15c726793d67d4ec46255f /src/namestore/plugin_namestore_postgres.c | |
parent | ee35363d3dc4888592d29a205c7036451965250d (diff) |
need zone here, not sure how this worked before...
Diffstat (limited to 'src/namestore/plugin_namestore_postgres.c')
-rw-r--r-- | src/namestore/plugin_namestore_postgres.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/namestore/plugin_namestore_postgres.c b/src/namestore/plugin_namestore_postgres.c index 9c6d05a212..872bf75cb6 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, |