gnunet

Main GNUnet Logic
Log | Files | Refs | Submodules | README | LICENSE

commit 5994e29dc82298577383133a81a663a79fdd71a0
parent 121556dc802b1098cb64d47507f6436d9cb72256
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 10 Mar 2017 17:08:46 +0100

make compiler happy

Diffstat:
Msrc/nat/gnunet-nat.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git 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,