gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r8115 - GNUnet/src/applications/testing
Date: Thu, 15 Jan 2009 16:16:43 -0700 (MST)

Author: nevans
Date: 2009-01-15 16:16:42 -0700 (Thu, 15 Jan 2009)
New Revision: 8115

Modified:
   GNUnet/src/applications/testing/remote.c
Log:


Modified: GNUnet/src/applications/testing/remote.c
===================================================================
--- GNUnet/src/applications/testing/remote.c    2009-01-15 23:12:00 UTC (rev 
8114)
+++ GNUnet/src/applications/testing/remote.c    2009-01-15 23:16:42 UTC (rev 
8115)
@@ -74,7 +74,7 @@
     snprintf (NULL, 0, "ssh address@hidden %sgnunet-update -c %s%s", username, 
hostname,
               gnunetd_home, remote_config_path, configFileName);
   cmd = GNUNET_malloc (length + 1);
-  snprintf (cmd, length + 1, "ssh address@hidden %sgnunetd -c %s%s", username,
+  snprintf (cmd, length + 1, "ssh address@hidden %sgnunet-update -c %s%s", 
username,
             hostname, gnunetd_home, remote_config_path, configFileName);
 
   fprintf (stderr, _("ssh command is : %s \n"), cmd);





reply via email to

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