From d17d833dfd93a81f3540d472d1be4dfb7e9cbd03 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Julius=20B=C3=BCnger?= Date: Sun, 19 Mar 2017 01:10:02 +0100 Subject: [PATCH] fix initialisation of zero_pid --- src/rps/gnunet-rps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rps/gnunet-rps.c b/src/rps/gnunet-rps.c index f6bc94eca..e36e547fa 100644 --- a/src/rps/gnunet-rps.c +++ b/src/rps/gnunet-rps.c @@ -103,7 +103,7 @@ run (void *cls, const struct GNUNET_CONFIGURATION_Handle *cfg) { static uint64_t num_peers; - struct GNUNET_PeerIdentity zero_pid; + static struct GNUNET_PeerIdentity zero_pid; rps_handle = GNUNET_RPS_connect (cfg); -- 2.25.1