gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r5554 - GNUnet/src/applications/vpn


From: gnunet
Subject: [GNUnet-SVN] r5554 - GNUnet/src/applications/vpn
Date: Sun, 26 Aug 2007 15:11:51 -0600 (MDT)

Author: grothoff
Date: 2007-08-26 15:11:51 -0600 (Sun, 26 Aug 2007)
New Revision: 5554

Modified:
   GNUnet/src/applications/vpn/gnunet-vpn.c
Log:
fix

Modified: GNUnet/src/applications/vpn/gnunet-vpn.c
===================================================================
--- GNUnet/src/applications/vpn/gnunet-vpn.c    2007-08-26 09:13:05 UTC (rev 
5553)
+++ GNUnet/src/applications/vpn/gnunet-vpn.c    2007-08-26 21:11:51 UTC (rev 
5554)
@@ -28,6 +28,7 @@
 #include "gnunet_util_network_client.h"
 #include "gnunet_util_boot.h"
 #include "gnunet_protocols.h"
+#include "gnunet_directories.h"
 #include "platform.h"
 
 #define TEMPLATE_VERSION "2006072900"
@@ -42,7 +43,7 @@
 static int wantExit;
 static int silent;
 
-static char *cfgFilename;
+static char *cfgFilename = "~/.gnunet/gnunet.conf";
 
 /**
  * All gnunet-transport-check command line options





reply via email to

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