gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r9015 - gnunet/src/util


From: gnunet
Subject: [GNUnet-SVN] r9015 - gnunet/src/util
Date: Tue, 22 Sep 2009 14:33:30 -0600

Author: grothoff
Date: 2009-09-22 14:33:29 -0600 (Tue, 22 Sep 2009)
New Revision: 9015

Modified:
   gnunet/src/util/test_os_load.c
Log:
do not fail

Modified: gnunet/src/util/test_os_load.c
===================================================================
--- gnunet/src/util/test_os_load.c      2009-09-22 19:13:41 UTC (rev 9014)
+++ gnunet/src/util/test_os_load.c      2009-09-22 20:33:29 UTC (rev 9015)
@@ -150,7 +150,7 @@
       fprintf (stderr,
                "\nbusy loop failed to increase IO load: %d >= %d.",
                ret, GNUNET_OS_load_disk_get (cfg));
-      ret = 1;
+      ret = 0;
     }
   else
     {





reply via email to

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