commit c8e74f32dc0ac07571fa4c2f9537920f15d7fa8b
parent 9b325cc0e6c308fbd0c37b6eebab735df1e67907
Author: Julius Bünger <buenger@mytum.de>
Date: Mon, 25 Jun 2018 11:52:53 +0200
fix type: using wrong type of bracket
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/multicast/gnunet-service-multicast.c b/src/multicast/gnunet-service-multicast.c
@@ -1449,7 +1449,7 @@ check_client_member_join (void *cls,
struct GNUNET_PeerIdentity *relays = (struct GNUNET_PeerIdentity *) &msg[1];
uint32_t relay_count = ntohl (msg->relay_count);
- if (0 == relay_count}
+ if (0 == relay_count)
{
GNUNET_break (0);
return GNUNET_SYSERR;