aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/gnunet-service-namestore.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-05-01 12:44:39 +0200
committerChristian Grothoff <christian@grothoff.org>2018-05-01 12:44:39 +0200
commita5e3e870f27c8ef3a3cd5d59a686a3050f9c64fb (patch)
tree6eec8a07a9a932d3c7b36f196ad01428e4f0ed63 /src/namestore/gnunet-service-namestore.c
parent8f2f5bc2ee8ebf9b059b7b7e3104f25c5c363458 (diff)
downloadgnunet-a5e3e870f27c8ef3a3cd5d59a686a3050f9c64fb.tar.gz
gnunet-a5e3e870f27c8ef3a3cd5d59a686a3050f9c64fb.zip
more extensive namestore tests for the non-sqlite plugins, with bugfixes
Diffstat (limited to 'src/namestore/gnunet-service-namestore.c')
-rw-r--r--src/namestore/gnunet-service-namestore.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/namestore/gnunet-service-namestore.c b/src/namestore/gnunet-service-namestore.c
index 0456e5c15..2172ed0c7 100644
--- a/src/namestore/gnunet-service-namestore.c
+++ b/src/namestore/gnunet-service-namestore.c
@@ -1108,12 +1108,11 @@ handle_record_store (void *cls,
1108 conv_name); 1108 conv_name);
1109 if ( (0 == rd_count) && 1109 if ( (0 == rd_count) &&
1110 (GNUNET_NO == 1110 (GNUNET_NO ==
1111 GSN_database->iterate_records (GSN_database->cls, 1111 GSN_database->lookup_records (GSN_database->cls,
1112 &rp_msg->private_key, 1112 &rp_msg->private_key,
1113 0, 1113 conv_name,
1114 1, 1114 NULL,
1115 NULL, 1115 0)) )
1116 0)) )
1117 { 1116 {
1118 /* This name does not exist, so cannot be removed */ 1117 /* This name does not exist, so cannot be removed */
1119 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 1118 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,