gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r8606 - GNUnet/src/applications/testing


From: gnunet
Subject: [GNUnet-SVN] r8606 - GNUnet/src/applications/testing
Date: Fri, 26 Jun 2009 14:17:17 -0600

Author: nevans
Date: 2009-06-26 14:17:16 -0600 (Fri, 26 Jun 2009)
New Revision: 8606

Modified:
   GNUnet/src/applications/testing/remote.c
Log:
remove -d flag

Modified: GNUnet/src/applications/testing/remote.c
===================================================================
--- GNUnet/src/applications/testing/remote.c    2009-06-26 20:16:22 UTC (rev 
8605)
+++ GNUnet/src/applications/testing/remote.c    2009-06-26 20:17:16 UTC (rev 
8606)
@@ -116,19 +116,19 @@
   if (is_local)
     {
       length =
-        snprintf (NULL, 0, "%sgnunetd -d -c %s%s &",
+        snprintf (NULL, 0, "%sgnunetd -c %s%s &",
                   gnunetd_home, remote_config_path, configFileName);
       cmd = GNUNET_malloc (length + 1);
-      snprintf (cmd, length + 1, "%sgnunetd -d -c %s%s &", gnunetd_home,
+      snprintf (cmd, length + 1, "%sgnunetd -c %s%s &", gnunetd_home,
                 remote_config_path, configFileName);
     }
   else
     {
       length =
-        snprintf (NULL, 0, "ssh address@hidden %sgnunetd -d -c %s%s &", 
username,
+        snprintf (NULL, 0, "ssh address@hidden %sgnunetd -c %s%s &", username,
                   hostname, gnunetd_home, remote_config_path, configFileName);
       cmd = GNUNET_malloc (length + 1);
-      snprintf (cmd, length + 1, "ssh address@hidden %sgnunetd -d -c %s%s &",
+      snprintf (cmd, length + 1, "ssh address@hidden %sgnunetd -c %s%s &",
                 username, hostname, gnunetd_home, remote_config_path,
                 configFileName);
 





reply via email to

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