aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/plugin_datastore_sqlite.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/datastore/plugin_datastore_sqlite.c')
-rw-r--r--src/datastore/plugin_datastore_sqlite.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datastore/plugin_datastore_sqlite.c b/src/datastore/plugin_datastore_sqlite.c
index 7417e5d79..ca1f4e4ae 100644
--- a/src/datastore/plugin_datastore_sqlite.c
+++ b/src/datastore/plugin_datastore_sqlite.c
@@ -756,7 +756,7 @@ sqlite_plugin_put (void *cls,
756 (SQLITE_OK != sqlite3_bind_int (stmt, 2, type)) || 756 (SQLITE_OK != sqlite3_bind_int (stmt, 2, type)) ||
757 (SQLITE_OK != sqlite3_bind_int (stmt, 3, priority)) || 757 (SQLITE_OK != sqlite3_bind_int (stmt, 3, priority)) ||
758 (SQLITE_OK != sqlite3_bind_int (stmt, 4, anonymity)) || 758 (SQLITE_OK != sqlite3_bind_int (stmt, 4, anonymity)) ||
759 (SQLITE_OK != sqlite3_bind_int64 (stmt, 5, (sqlite3_int64) expiration.value)) || 759 (SQLITE_OK != sqlite3_bind_int64 (stmt, 5, expiration.value)) ||
760 (SQLITE_OK != 760 (SQLITE_OK !=
761 sqlite3_bind_blob (stmt, 6, key, sizeof (GNUNET_HashCode), 761 sqlite3_bind_blob (stmt, 6, key, sizeof (GNUNET_HashCode),
762 SQLITE_TRANSIENT)) || 762 SQLITE_TRANSIENT)) ||