gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r17829 - gnunet/src/mesh
Date: Fri, 28 Oct 2011 03:54:03 +0200

Author: bartpolot
Date: 2011-10-28 03:54:03 +0200 (Fri, 28 Oct 2011)
New Revision: 17829

Modified:
   gnunet/src/mesh/test_mesh_small.c
Log:
Fix testcase


Modified: gnunet/src/mesh/test_mesh_small.c
===================================================================
--- gnunet/src/mesh/test_mesh_small.c   2011-10-27 21:37:16 UTC (rev 17828)
+++ gnunet/src/mesh/test_mesh_small.c   2011-10-28 01:54:03 UTC (rev 17829)
@@ -688,10 +688,13 @@
   peers_running = GNUNET_TESTING_daemons_running (pg);
   for (i = 0; i < num_peers; i++)
   {
+    GNUNET_PEER_Id peer_id;
+
     d1 = GNUNET_TESTING_daemon_get (pg, i);
+    peer_id = GNUNET_PEER_intern(&d1->id);
     GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
                 "***************** test:   %u: %s\n",
-                GNUNET_PEER_intern(&d1->id),
+                peer_id,
                 GNUNET_i2s (&d1->id));
   }
   d1 = GNUNET_TESTING_daemon_get (pg, 0);




reply via email to

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