gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: fix initialisation of zero_


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: fix initialisation of zero_pid
Date: Sun, 19 Mar 2017 01:10:45 +0100

This is an automated email from the git hooks/post-receive script.

julius-buenger pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new d17d833df fix initialisation of zero_pid
d17d833df is described below

commit d17d833dfd93a81f3540d472d1be4dfb7e9cbd03
Author: Julius Bünger <address@hidden>
AuthorDate: Sun Mar 19 01:10:02 2017 +0100

    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);
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]