summaryrefslogtreecommitdiff
path: root/src/namestore/plugin_namestore_sqlite.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-28 20:58:15 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-28 20:58:15 +0000
commitb20a41aaa09caa197e789584e5ad2b0f29b143f1 (patch)
treefe9c9f9d24702b3a708d1e81d6a9db19064b0455 /src/namestore/plugin_namestore_sqlite.c
parent9ceaa074240bdc82daf5be233a3035714f002990 (diff)
downloadgnunet-b20a41aaa09caa197e789584e5ad2b0f29b143f1.tar.gz
gnunet-b20a41aaa09caa197e789584e5ad2b0f29b143f1.zip
-more namestore service cleanup -- wip
Diffstat (limited to 'src/namestore/plugin_namestore_sqlite.c')
-rw-r--r--src/namestore/plugin_namestore_sqlite.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/namestore/plugin_namestore_sqlite.c b/src/namestore/plugin_namestore_sqlite.c
index b3f57033a..8b35fb84c 100644
--- a/src/namestore/plugin_namestore_sqlite.c
+++ b/src/namestore/plugin_namestore_sqlite.c
@@ -752,7 +752,6 @@ namestore_sqlite_zone_to_name (void *cls,
752 "sqlite3_reset"); 752 "sqlite3_reset");
753 return GNUNET_SYSERR; 753 return GNUNET_SYSERR;
754 } 754 }
755
756 return get_record_and_call_iterator (plugin, stmt, iter, iter_cls); 755 return get_record_and_call_iterator (plugin, stmt, iter, iter_cls);
757} 756}
758 757