gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: fix reverse lookup from nam


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: fix reverse lookup from namestore
Date: Fri, 12 Jan 2018 13:36:44 +0100

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 88a4bbdd9 fix reverse lookup from namestore
88a4bbdd9 is described below

commit 88a4bbdd9857746e2ffdd9028b091c2be0bd3fe7
Author: Schanzenbach, Martin <address@hidden>
AuthorDate: Fri Jan 12 13:36:38 2018 +0100

    fix reverse lookup from namestore
---
 src/namestore/plugin_namestore_sqlite.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/namestore/plugin_namestore_sqlite.c 
b/src/namestore/plugin_namestore_sqlite.c
index 5c3533506..eb2378ed4 100644
--- a/src/namestore/plugin_namestore_sqlite.c
+++ b/src/namestore/plugin_namestore_sqlite.c
@@ -466,7 +466,7 @@ namestore_sqlite_store_records (void *cls,
       uint32_t rd_count32 = (uint32_t) rd_count;
       struct GNUNET_SQ_QueryParam sparams[] = {
         GNUNET_SQ_query_param_auto_from_type (zone_key),
-        GNUNET_SQ_query_param_auto_from_type (&rvalue),
+        GNUNET_SQ_query_param_auto_from_type (&pkey),
         GNUNET_SQ_query_param_uint64 (&rvalue),
         GNUNET_SQ_query_param_uint32 (&rd_count32),
         GNUNET_SQ_query_param_fixed_size (data, data_size),

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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