-compilation issue
authorChristian Grothoff <christian@grothoff.org>
Fri, 22 Jun 2012 08:23:46 +0000 (08:23 +0000)
committerChristian Grothoff <christian@grothoff.org>
Fri, 22 Jun 2012 08:23:46 +0000 (08:23 +0000)
src/util/client.c

index 031945d9ae06db44197e37eeb3f96f1d3cbeb18f..73cca2383c197a1843f09b7a3cccea91bd39f81b 100644 (file)
@@ -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)) &&