gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r30949 - gnunet/src/testing


From: gnunet
Subject: [GNUnet-SVN] r30949 - gnunet/src/testing
Date: Thu, 28 Nov 2013 17:41:04 +0100

Author: bratao
Date: 2013-11-28 17:41:04 +0100 (Thu, 28 Nov 2013)
New Revision: 30949

Modified:
   gnunet/src/testing/testing.c
Log:
Fix compilation

Modified: gnunet/src/testing/testing.c
===================================================================
--- gnunet/src/testing/testing.c        2013-11-28 16:29:53 UTC (rev 30948)
+++ gnunet/src/testing/testing.c        2013-11-28 16:41:04 UTC (rev 30949)
@@ -1254,7 +1254,7 @@
   }
   else
   {
-    peer->main_binary = GNUNET_CONFIGURATION_expand_dollar (peer->main_binary);
+    peer->main_binary = GNUNET_CONFIGURATION_expand_dollar (peer->cfg, 
peer->main_binary);
     peer->args = strdup (libexec_binary);
   }
   peer->system = system;




reply via email to

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