gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] 02/28: make compiler happy


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 02/28: make compiler happy
Date: Fri, 10 Mar 2017 18:18:46 +0100

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

grothoff pushed a commit to branch master
in repository gnunet.

commit 5994e29dc82298577383133a81a663a79fdd71a0
Author: Christian Grothoff <address@hidden>
AuthorDate: Fri Mar 10 17:08:46 2017 +0100

    make compiler happy
---
 src/nat/gnunet-nat.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/nat/gnunet-nat.c b/src/nat/gnunet-nat.c
index 1c5850592..c785fe210 100644
--- a/src/nat/gnunet-nat.c
+++ b/src/nat/gnunet-nat.c
@@ -269,6 +269,8 @@ run (void *cls,
     global_ret = 1;
     return;
   }
+  local_len = 0; /* make compilers happy */
+  local_sa = NULL;
   if (NULL != local_addr)
   {
     local_len = (socklen_t) GNUNET_STRINGS_parse_socket_addr (local_addr,

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



reply via email to

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