From b21d106cc36aea6e87aebd9c77a30f33286249e1 Mon Sep 17 00:00:00 2001 From: Martin Schanzenbach Date: Sun, 8 Aug 2021 18:48:54 +0200 Subject: -fix make dist; fix warnings --- src/datacache/plugin_datacache_sqlite.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/datacache/plugin_datacache_sqlite.c') diff --git a/src/datacache/plugin_datacache_sqlite.c b/src/datacache/plugin_datacache_sqlite.c index a7da6b068..66ff9e82c 100644 --- a/src/datacache/plugin_datacache_sqlite.c +++ b/src/datacache/plugin_datacache_sqlite.c @@ -468,7 +468,7 @@ sqlite_plugin_get_random (void *cls, struct GNUNET_TIME_Absolute exp; size_t size; void *dat; - uint32_t off; + uint32_t off = 0; size_t psize; uint32_t type; struct GNUNET_PeerIdentity *path; -- cgit v1.2.3