aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/util/client.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/client.c b/src/util/client.c
index 031945d9a..73cca2383 100644
--- a/src/util/client.c
+++ b/src/util/client.c
@@ -261,6 +261,7 @@ try_unixpath (const char *service_name,
261#if AF_UNIX 261#if AF_UNIX
262 struct GNUNET_CONNECTION_Handle *connection; 262 struct GNUNET_CONNECTION_Handle *connection;
263 char *unixpath; 263 char *unixpath;
264 struct sockaddr_un s_un;
264 265
265 unixpath = NULL; 266 unixpath = NULL;
266 if ((GNUNET_OK == GNUNET_CONFIGURATION_get_value_string (cfg, service_name, "UNIXPATH", &unixpath)) && 267 if ((GNUNET_OK == GNUNET_CONFIGURATION_get_value_string (cfg, service_name, "UNIXPATH", &unixpath)) &&