summaryrefslogtreecommitdiff
path: root/src/namestore/plugin_namestore_sqlite.c
diff options
context:
space:
mode:
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