aboutsummaryrefslogtreecommitdiff
path: root/src/util/client.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-22 08:23:46 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-22 08:23:46 +0000
commita3128d6d964e6cd5e016f80ce203bdba58ce370b (patch)
tree4571e2f554d771002a8f9e7ba87c75a38236622e /src/util/client.c
parentd53dacb243e670df4df6d9d1dfef9b9593e655f6 (diff)
downloadgnunet-a3128d6d964e6cd5e016f80ce203bdba58ce370b.tar.gz
gnunet-a3128d6d964e6cd5e016f80ce203bdba58ce370b.zip
-compilation issue
Diffstat (limited to 'src/util/client.c')
-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)) &&