aboutsummaryrefslogtreecommitdiff
path: root/src/rps/gnunet-rps.c
diff options
context:
space:
mode:
authorJulius Bünger <buenger@mytum.de>2017-03-19 01:10:02 +0100
committerJulius Bünger <buenger@mytum.de>2017-03-19 01:10:02 +0100
commitd17d833dfd93a81f3540d472d1be4dfb7e9cbd03 (patch)
tree6ccb1a0dfdbd3cdabc673157188e935e742db259 /src/rps/gnunet-rps.c
parentd538d98c19a58a4f0ab55826a873f1fd86fa5372 (diff)
downloadgnunet-d17d833dfd93a81f3540d472d1be4dfb7e9cbd03.tar.gz
gnunet-d17d833dfd93a81f3540d472d1be4dfb7e9cbd03.zip
fix initialisation of zero_pid
Diffstat (limited to 'src/rps/gnunet-rps.c')
-rw-r--r--src/rps/gnunet-rps.c2
1 files changed, 1 insertions, 1 deletions
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,
103 const struct GNUNET_CONFIGURATION_Handle *cfg) 103 const struct GNUNET_CONFIGURATION_Handle *cfg)
104{ 104{
105 static uint64_t num_peers; 105 static uint64_t num_peers;
106 struct GNUNET_PeerIdentity zero_pid; 106 static struct GNUNET_PeerIdentity zero_pid;
107 107
108 rps_handle = GNUNET_RPS_connect (cfg); 108 rps_handle = GNUNET_RPS_connect (cfg);
109 109