aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/datastore/plugin_datastore_sqlite.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/datastore/plugin_datastore_sqlite.c b/src/datastore/plugin_datastore_sqlite.c
index bcaf27d99..323c03856 100644
--- a/src/datastore/plugin_datastore_sqlite.c
+++ b/src/datastore/plugin_datastore_sqlite.c
@@ -427,8 +427,7 @@ database_setup (const struct GNUNET_CONFIGURATION_Handle *cfg,
427 sq_prepare (plugin->dbh, 427 sq_prepare (plugin->dbh,
428 "DELETE FROM gn090 " 428 "DELETE FROM gn090 "
429 "WHERE hash = ? AND " 429 "WHERE hash = ? AND "
430 "value = ? " 430 "value = ? ",
431 "LIMIT 1",
432 &plugin->remove)) || 431 &plugin->remove)) ||
433 false) 432 false)
434 { 433 {