gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r22200 - gnunet/src/util


From: gnunet
Subject: [GNUnet-SVN] r22200 - gnunet/src/util
Date: Fri, 22 Jun 2012 10:23:46 +0200

Author: grothoff
Date: 2012-06-22 10:23:46 +0200 (Fri, 22 Jun 2012)
New Revision: 22200

Modified:
   gnunet/src/util/client.c
Log:
-compilation issue

Modified: gnunet/src/util/client.c
===================================================================
--- gnunet/src/util/client.c    2012-06-22 08:23:17 UTC (rev 22199)
+++ gnunet/src/util/client.c    2012-06-22 08:23:46 UTC (rev 22200)
@@ -261,6 +261,7 @@
 #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)) && 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]