gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r8665 - GNUnet/src/applications/testing
Date: Fri, 10 Jul 2009 15:20:25 -0600

Author: nevans
Date: 2009-07-10 15:20:25 -0600 (Fri, 10 Jul 2009)
New Revision: 8665

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


Modified: GNUnet/src/applications/testing/remote.c
===================================================================
--- GNUnet/src/applications/testing/remote.c    2009-07-10 20:53:34 UTC (rev 
8664)
+++ GNUnet/src/applications/testing/remote.c    2009-07-10 21:20:25 UTC (rev 
8665)
@@ -618,12 +618,12 @@
                                                         temp_pid_file);
 
               temp_remote_config_path_length =
-                snprintf (NULL, 0, "%s%d", remote_config_path, j);
+                snprintf (NULL, 0, "%s%d", remote_config_path, j + 1);
               temp_remote_config_path =
                 GNUNET_malloc (temp_remote_config_path_length + 1);
               snprintf (temp_remote_config_path,
                         temp_remote_config_path_length + 1, "%s%d",
-                        remote_config_path, j);
+                        remote_config_path, j + 1);
 
               GNUNET_GC_set_configuration_value_string (basecfg, NULL,
                                                         "PATHS",





reply via email to

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