aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mesh/gnunet-service-mesh_tunnel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesh/gnunet-service-mesh_tunnel.c b/src/mesh/gnunet-service-mesh_tunnel.c
index 6b2827a75..6fa3f836e 100644
--- a/src/mesh/gnunet-service-mesh_tunnel.c
+++ b/src/mesh/gnunet-service-mesh_tunnel.c
@@ -290,7 +290,7 @@ ping_encryption_size (void)
290 * @param t Tunnel on which the message came. 290 * @param t Tunnel on which the message came.
291 * @param msg The ephemeral key message. 291 * @param msg The ephemeral key message.
292 * 292 *
293 * @return \GNUNET_OK if message is fine, \GNUNET_SYSERR otherwise. 293 * @return GNUNET_OK if message is fine, GNUNET_SYSERR otherwise.
294 */ 294 */
295int 295int
296check_ephemeral (struct MeshTunnel3 *t, 296check_ephemeral (struct MeshTunnel3 *t,