gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r22897 - gnunet/src/mesh
Date: Wed, 25 Jul 2012 11:02:25 +0200

Author: bartpolot
Date: 2012-07-25 11:02:25 +0200 (Wed, 25 Jul 2012)
New Revision: 22897

Modified:
   gnunet/src/mesh/gnunet-service-mesh.c
Log:
- more fixmes


Modified: gnunet/src/mesh/gnunet-service-mesh.c
===================================================================
--- gnunet/src/mesh/gnunet-service-mesh.c       2012-07-25 08:59:27 UTC (rev 
22896)
+++ gnunet/src/mesh/gnunet-service-mesh.c       2012-07-25 09:02:25 UTC (rev 
22897)
@@ -2562,7 +2562,7 @@
  * Adds a path to the peer_infos of all the peers in the path
  *
  * @param p Path to process.
- * @param confirmed Whether we know if the path works or not. FIXME use
+ * @param confirmed Whether we know if the path works or not.
  */
 static void
 path_add_to_peers (struct MeshPeerPath *p, int confirmed)
@@ -3983,13 +3983,12 @@
       /* New tunnel! Notify clients on data. */
       t->peers = GNUNET_CONTAINER_multihashmap_create (4);
     }
-    GNUNET_break (GNUNET_OK ==
+    GNUNET_break (GNUNET_SYSERR !=
                   GNUNET_CONTAINER_multihashmap_put (t->peers,
                                                      &my_full_id.hashPubKey,
                                                      peer_info_get
                                                      (&my_full_id),
                                                      
GNUNET_CONTAINER_MULTIHASHMAPOPTION_REPLACE));
-    // FIXME URGENT (GNUNET_NO?)
     info = GNUNET_malloc (sizeof (struct MeshTransmissionDescriptor));
     info->origin = &t->id;
     info->peer = GNUNET_CONTAINER_multihashmap_get (peers, &peer->hashPubKey);




reply via email to

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