projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d53dacb
)
-compilation issue
author
Christian Grothoff
<christian@grothoff.org>
Fri, 22 Jun 2012 08:23:46 +0000
(08:23 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Fri, 22 Jun 2012 08:23:46 +0000
(08:23 +0000)
src/util/client.c
patch
|
blob
|
history
diff --git
a/src/util/client.c
b/src/util/client.c
index 031945d9ae06db44197e37eeb3f96f1d3cbeb18f..73cca2383c197a1843f09b7a3cccea91bd39f81b 100644
(file)
--- a/
src/util/client.c
+++ b/
src/util/client.c
@@
-261,6
+261,7
@@
try_unixpath (const char *service_name,
#if AF_UNIX
struct GNUNET_CONNECTION_Handle *connection;
char *unixpath;
+ struct sockaddr_un s_un;
unixpath = NULL;
if ((GNUNET_OK == GNUNET_CONFIGURATION_get_value_string (cfg, service_name, "UNIXPATH", &unixpath)) &&