aboutsummaryrefslogtreecommitdiff
path: root/src/service/namestore/test_namestore_api_remove_not_existing_record.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/service/namestore/test_namestore_api_remove_not_existing_record.c')
-rw-r--r--src/service/namestore/test_namestore_api_remove_not_existing_record.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/service/namestore/test_namestore_api_remove_not_existing_record.c b/src/service/namestore/test_namestore_api_remove_not_existing_record.c
index 4a21b0ff9..e6ddd8892 100644
--- a/src/service/namestore/test_namestore_api_remove_not_existing_record.c
+++ b/src/service/namestore/test_namestore_api_remove_not_existing_record.c
@@ -136,11 +136,11 @@ run (void *cls,
136 136
137 nsh = GNUNET_NAMESTORE_connect (cfg); 137 nsh = GNUNET_NAMESTORE_connect (cfg);
138 GNUNET_break (NULL != nsh); 138 GNUNET_break (NULL != nsh);
139 nsqe = GNUNET_NAMESTORE_records_store (nsh, 139 nsqe = GNUNET_NAMESTORE_record_set_store (nsh,
140 &privkey, 140 &privkey,
141 name, 141 name,
142 0, NULL, 142 0, NULL,
143 &put_cont, (void *) name); 143 &put_cont, (void *) name);
144 if (NULL == nsqe) 144 if (NULL == nsqe)
145 { 145 {
146 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 146 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,