aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/plugin_datastore_sqlite.c
diff options
context:
space:
mode:
authorxrs <xrs@mail36.net>2018-06-25 16:53:01 +0200
committerxrs <xrs@mail36.net>2018-06-25 16:53:01 +0200
commitb96052f1d3b8bb05f1868bd809fcb6e4f6569a4c (patch)
treed70c5939cc99d43e29ce63a4faa9ef334de0c81d /src/datastore/plugin_datastore_sqlite.c
parent8405df1e1968b92d38e8bcebeee1471444410d97 (diff)
parent1c9e2fc460acce152ab6374b14b1e231ac455f57 (diff)
downloadgnunet-b96052f1d3b8bb05f1868bd809fcb6e4f6569a4c.tar.gz
gnunet-b96052f1d3b8bb05f1868bd809fcb6e4f6569a4c.zip
Merge branch 'master' of ssh://gnunet.org/gnunet
Diffstat (limited to 'src/datastore/plugin_datastore_sqlite.c')
-rw-r--r--src/datastore/plugin_datastore_sqlite.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/datastore/plugin_datastore_sqlite.c b/src/datastore/plugin_datastore_sqlite.c
index 80960c676..fc1706400 100644
--- a/src/datastore/plugin_datastore_sqlite.c
+++ b/src/datastore/plugin_datastore_sqlite.c
@@ -855,9 +855,10 @@ sqlite_plugin_get_zero_anonymity (void *cls,
855 void *proc_cls) 855 void *proc_cls)
856{ 856{
857 struct Plugin *plugin = cls; 857 struct Plugin *plugin = cls;
858 uint32_t type32 = type;
858 struct GNUNET_SQ_QueryParam params[] = { 859 struct GNUNET_SQ_QueryParam params[] = {
859 GNUNET_SQ_query_param_uint64 (&next_uid), 860 GNUNET_SQ_query_param_uint64 (&next_uid),
860 GNUNET_SQ_query_param_uint32 (&type), 861 GNUNET_SQ_query_param_uint32 (&type32),
861 GNUNET_SQ_query_param_end 862 GNUNET_SQ_query_param_end
862 }; 863 };
863 864