aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/plugin_datastore_postgres.c
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2021-08-08 13:24:00 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2021-08-08 13:24:00 +0200
commit9b0697c03ccba29f5130509b2affe7ee5bbea2b3 (patch)
treeec739598b8e7b3d72cc339bbfc3d09e45880d2a8 /src/datastore/plugin_datastore_postgres.c
parent411da700dd0ff36573f581650ae457fdcc692f31 (diff)
downloadgnunet-9b0697c03ccba29f5130509b2affe7ee5bbea2b3.tar.gz
gnunet-9b0697c03ccba29f5130509b2affe7ee5bbea2b3.zip
-silence compiler warnings
Diffstat (limited to 'src/datastore/plugin_datastore_postgres.c')
-rw-r--r--src/datastore/plugin_datastore_postgres.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datastore/plugin_datastore_postgres.c b/src/datastore/plugin_datastore_postgres.c
index 66929f91a..8fb0bf6ee 100644
--- a/src/datastore/plugin_datastore_postgres.c
+++ b/src/datastore/plugin_datastore_postgres.c
@@ -729,7 +729,7 @@ postgres_plugin_get_expiration (void *cls,
729 void *proc_cls) 729 void *proc_cls)
730{ 730{
731 struct Plugin *plugin = cls; 731 struct Plugin *plugin = cls;
732 struct GNUNET_TIME_Absolute now; 732 struct GNUNET_TIME_Absolute now = { 0 };
733 struct GNUNET_PQ_QueryParam params[] = { 733 struct GNUNET_PQ_QueryParam params[] = {
734 GNUNET_PQ_query_param_absolute_time (&now), 734 GNUNET_PQ_query_param_absolute_time (&now),
735 GNUNET_PQ_query_param_end 735 GNUNET_PQ_query_param_end