gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r18128 - gnunet/src/mesh


From: gnunet
Subject: [GNUnet-SVN] r18128 - gnunet/src/mesh
Date: Mon, 14 Nov 2011 15:04:31 +0100

Author: bartpolot
Date: 2011-11-14 15:04:31 +0100 (Mon, 14 Nov 2011)
New Revision: 18128

Modified:
   gnunet/src/mesh/test_mesh_small.c
Log:
Temporal fix: Don't fail when peers reconnect on a better path

Modified: gnunet/src/mesh/test_mesh_small.c
===================================================================
--- gnunet/src/mesh/test_mesh_small.c   2011-11-14 12:05:56 UTC (rev 18127)
+++ gnunet/src/mesh/test_mesh_small.c   2011-11-14 14:04:31 UTC (rev 18128)
@@ -904,7 +904,7 @@
 #if REMOVE_DIR
   GNUNET_DISK_directory_remove ("/tmp/test_mesh_small");
 #endif
-  if (ok_goal != ok)
+  if (ok_goal < ok)
   {
     GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
                 "***************** test: FAILED! (%d/%d)\n", ok, ok_goal);




reply via email to

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