aboutsummaryrefslogtreecommitdiff
path: root/src/datacache/plugin_datacache_sqlite.c
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2021-08-08 18:48:54 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2021-08-08 18:48:54 +0200
commitb21d106cc36aea6e87aebd9c77a30f33286249e1 (patch)
treef64e6523c5538566f57062923717e799a43b681e /src/datacache/plugin_datacache_sqlite.c
parent7f0c3bfadc259f3caaf65bb7668058a81526bd28 (diff)
downloadgnunet-b21d106cc36aea6e87aebd9c77a30f33286249e1.tar.gz
gnunet-b21d106cc36aea6e87aebd9c77a30f33286249e1.zip
-fix make dist; fix warningsv0.15.0
Diffstat (limited to 'src/datacache/plugin_datacache_sqlite.c')
-rw-r--r--src/datacache/plugin_datacache_sqlite.c2
1 files changed, 1 insertions, 1 deletions
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,
468 struct GNUNET_TIME_Absolute exp; 468 struct GNUNET_TIME_Absolute exp;
469 size_t size; 469 size_t size;
470 void *dat; 470 void *dat;
471 uint32_t off; 471 uint32_t off = 0;
472 size_t psize; 472 size_t psize;
473 uint32_t type; 473 uint32_t type;
474 struct GNUNET_PeerIdentity *path; 474 struct GNUNET_PeerIdentity *path;