gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r16001 - gnunet/src/testing
Date: Fri, 15 Jul 2011 13:30:44 +0200

Author: grothoff
Date: 2011-07-15 13:30:44 +0200 (Fri, 15 Jul 2011)
New Revision: 16001

Modified:
   gnunet/src/testing/testing_group.c
Log:
stupid code

Modified: gnunet/src/testing/testing_group.c
===================================================================
--- gnunet/src/testing/testing_group.c  2011-07-15 11:24:18 UTC (rev 16000)
+++ gnunet/src/testing/testing_group.c  2011-07-15 11:30:44 UTC (rev 16001)
@@ -2809,19 +2809,18 @@
       fclose (temp_friend_handle);
 
       if (GNUNET_OK
-          != GNUNET_CONFIGURATION_get_value_string (
-                                                    pg->peers[pg_iter]. 
daemon->cfg,
+          != GNUNET_CONFIGURATION_get_value_string (pg->peers[pg_iter]. 
+                                                   daemon->cfg,
                                                     "PATHS", "SERVICEHOME",
                                                     &temp_service_path))
         {
-          GNUNET_log (
-                      GNUNET_ERROR_TYPE_WARNING,
-                      _
-                      ("No `%s' specified in peer configuration in section 
`%s', cannot copy friends file!\n"),
+          GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
+                      _("No `%s' specified in peer configuration in section 
`%s', cannot copy friends file!\n"),
                       "SERVICEHOME", "PATHS");
           if (UNLINK (mytemp) != 0)
-            GNUNET_log_strerror_file (GNUNET_ERROR_TYPE_WARNING, "unlink",
-                mytemp);
+            GNUNET_log_strerror_file (GNUNET_ERROR_TYPE_WARNING,
+                                     "unlink",
+                                     mytemp);
           GNUNET_free (mytemp);
           break;
         }
@@ -2834,7 +2833,9 @@
           GNUNET_assert(procarr[pg_iter] != NULL);
 #if VERBOSE_TESTING
           GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
-              _("Copying file with command cp %s %s\n"), mytemp, arg);
+                     "Copying file with command cp %s %s\n", 
+                     mytemp, 
+                     arg);
 #endif
           ret = GNUNET_OS_process_wait (procarr[pg_iter]); /* FIXME: schedule 
this, throttle! */
           GNUNET_OS_process_close (procarr[pg_iter]);
@@ -2857,12 +2858,17 @@
           ret = GNUNET_OS_process_wait (procarr[pg_iter]); /* FIXME: schedule 
this, throttle! */
           GNUNET_OS_process_close (procarr[pg_iter]);
           if (ret != GNUNET_OK)
-            return ret;
+           {
+             /* FIXME: free contents of 'procarr' array */
+             GNUNET_free (procarr);
+             return ret;
+           }
           procarr[pg_iter] = NULL;
 #if VERBOSE_TESTING
           GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
-              _("Copying file with command scp %s %s\n"), mytemp,
-              arg);
+                     "Copying file with command scp %s %s\n",
+                     mytemp,
+                     arg);
 #endif
           GNUNET_free (arg);
         }
@@ -2880,7 +2886,8 @@
         {
 #if VERBOSE_TESTING
           GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
-              _("Checking copy status of file %d\n"), pg_iter);
+                     "Checking copy status of file %d\n",
+                     pg_iter);
 #endif
           if (procarr[pg_iter] != NULL) /* Check for already completed! */
             {
@@ -2900,7 +2907,8 @@
                   procarr[pg_iter] = NULL;
 #if VERBOSE_TESTING
                   GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
-                      _("File %d copied\n"), pg_iter);
+                             "File %d copied\n",
+                             pg_iter);
 #endif
                 }
             }




reply via email to

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