gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r23935 - gnunet/src/mesh
Date: Fri, 21 Sep 2012 17:54:38 +0200

Author: bartpolot
Date: 2012-09-21 17:54:38 +0200 (Fri, 21 Sep 2012)
New Revision: 23935

Modified:
   gnunet/src/mesh/gnunet-service-mesh.c
Log:
- still needed

Modified: gnunet/src/mesh/gnunet-service-mesh.c
===================================================================
--- gnunet/src/mesh/gnunet-service-mesh.c       2012-09-21 15:30:39 UTC (rev 
23934)
+++ gnunet/src/mesh/gnunet-service-mesh.c       2012-09-21 15:54:38 UTC (rev 
23935)
@@ -2381,7 +2381,8 @@
     return;
   }
   info->peer = neighbor;
-  GNUNET_assert (GNUNET_MESSAGE_TYPE_MESH_PATH_ACK != type);
+  if (GNUNET_MESSAGE_TYPE_MESH_PATH_ACK == type)
+    type = 0;
   queue_add (info,
              type,
              size,
@@ -8100,7 +8101,6 @@
   GNUNET_log (GNUNET_ERROR_TYPE_INFO,
               "Mesh for peer [%s] FWD ACKs %u, BCK ACKs %u\n",
               GNUNET_i2s(&my_full_id), debug_fwd_ack, debug_bck_ack);
-  
 
   return ret;
 }




reply via email to

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