From 9b0697c03ccba29f5130509b2affe7ee5bbea2b3 Mon Sep 17 00:00:00 2001 From: Martin Schanzenbach Date: Sun, 8 Aug 2021 13:24:00 +0200 Subject: -silence compiler warnings --- src/datastore/plugin_datastore_postgres.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/datastore/plugin_datastore_postgres.c') 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, void *proc_cls) { struct Plugin *plugin = cls; - struct GNUNET_TIME_Absolute now; + struct GNUNET_TIME_Absolute now = { 0 }; struct GNUNET_PQ_QueryParam params[] = { GNUNET_PQ_query_param_absolute_time (&now), GNUNET_PQ_query_param_end -- cgit v1.2.3