From 1a363a9aaf1635a57c35b8ae615d53841d9445f7 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 22 Jun 2010 16:30:23 +0000 Subject: fix --- src/util/common_logging.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util/common_logging.c') diff --git a/src/util/common_logging.c b/src/util/common_logging.c index 643d6f866..139e9ee3f 100644 --- a/src/util/common_logging.c +++ b/src/util/common_logging.c @@ -548,7 +548,7 @@ GNUNET_a2s (const struct sockaddr *addr, socklen_t addrlen) return buf; case AF_UNIX: if (addrlen <= sizeof (sa_family_t)) - return ""; + return ""; un = (const struct sockaddr_un*) addr; off = 0; if (un->sun_path[0] == '\0') off++; -- cgit v1.2.3