gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: fix type: using wrong type


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: fix type: using wrong type of bracket
Date: Mon, 25 Jun 2018 11:56:42 +0200

This is an automated email from the git hooks/post-receive script.

julius-buenger pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new c8e74f32d fix type: using wrong type of bracket
c8e74f32d is described below

commit c8e74f32dc0ac07571fa4c2f9537920f15d7fa8b
Author: Julius Bünger <address@hidden>
AuthorDate: Mon Jun 25 11:52:53 2018 +0200

    fix type: using wrong type of bracket
---
 src/multicast/gnunet-service-multicast.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/multicast/gnunet-service-multicast.c 
b/src/multicast/gnunet-service-multicast.c
index 21eb39daa..20d29b906 100644
--- 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;

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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