gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r31464 - gnunet/src/mesh
Date: Tue, 17 Dec 2013 05:45:34 +0100

Author: bartpolot
Date: 2013-12-17 05:45:34 +0100 (Tue, 17 Dec 2013)
New Revision: 31464

Modified:
   gnunet/src/mesh/gnunet-service-mesh_tunnel.c
Log:
- fix state selection


Modified: gnunet/src/mesh/gnunet-service-mesh_tunnel.c
===================================================================
--- gnunet/src/mesh/gnunet-service-mesh_tunnel.c        2013-12-17 04:41:27 UTC 
(rev 31463)
+++ gnunet/src/mesh/gnunet-service-mesh_tunnel.c        2013-12-17 04:45:34 UTC 
(rev 31464)
@@ -527,7 +527,7 @@
   struct GNUNET_CRYPTO_SymmetricInitializationVector siv;
   struct GNUNET_CRYPTO_SymmetricSessionKey *key;
 
-  if (t->estate == MESH_TUNNEL3_KEY_OK)
+  if (t->estate == MESH_TUNNEL3_KEY_OK || t->estate == MESH_TUNNEL3_KEY_PING)
   {
     key = &t->d_key;
   }




reply via email to

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