gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r27172 - gnunet/src/testbed


From: gnunet
Subject: [GNUnet-SVN] r27172 - gnunet/src/testbed
Date: Thu, 16 May 2013 14:05:31 +0200

Author: harsha
Date: 2013-05-16 14:05:31 +0200 (Thu, 16 May 2013)
New Revision: 27172

Modified:
   gnunet/src/testbed/gnunet-service-testbed_cpustatus.c
Log:
- expand $ variables in filenames


Modified: gnunet/src/testbed/gnunet-service-testbed_cpustatus.c
===================================================================
--- gnunet/src/testbed/gnunet-service-testbed_cpustatus.c       2013-05-16 
11:58:27 UTC (rev 27171)
+++ gnunet/src/testbed/gnunet-service-testbed_cpustatus.c       2013-05-16 
12:05:31 UTC (rev 27172)
@@ -651,8 +651,8 @@
 #endif
 
   if (GNUNET_OK !=
-      GNUNET_CONFIGURATION_get_value_string (cfg, "testbed",
-                                             "STATS_DIR", &stats_dir))
+      GNUNET_CONFIGURATION_get_value_filename (cfg, "testbed",
+                                               "STATS_DIR", &stats_dir))
     return;
   len = GNUNET_OS_get_hostname_max_length ();
   hostname = GNUNET_malloc (len);




reply via email to

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