From c030c80e458957dd78a5ac37340524f5b606c9b6 Mon Sep 17 00:00:00 2001 From: lurchi Date: Wed, 22 Nov 2017 15:56:17 +0100 Subject: [PATCH] commented out wrong message type --- src/include/gnunet_protocols.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h index 02097603e..09341a242 100644 --- a/src/include/gnunet_protocols.h +++ b/src/include/gnunet_protocols.h @@ -2248,7 +2248,7 @@ extern "C" * * Unicast message from a group member to the peer wanting to join. */ -//#define GNUNET_MESSAGE_TYPE_MULTICAST_JOIN_DECISION 753 +#define GNUNET_MESSAGE_TYPE_MULTICAST_JOIN_DECISION 753 /** * A peer wants to part the group. @@ -2260,7 +2260,7 @@ extern "C" * * Unicast message from a group member to the peer wanting to part. */ -#define GNUNET_MESSAGE_TYPE_MULTICAST_PART_ACK 755 +//#define GNUNET_MESSAGE_TYPE_MULTICAST_PART_ACK 755 /** * Group terminated. -- 2.25.1