gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: multicast: fix replay_req_r


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: multicast: fix replay_req_remove_client()
Date: Tue, 28 Feb 2017 14:47:46 +0100

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

tg pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new e0a04a70b multicast: fix replay_req_remove_client()
e0a04a70b is described below

commit e0a04a70bbb2f89a7346e67de026b6c78f22dd7c
Author: tg(x) <address@hidden>
AuthorDate: Tue Feb 28 14:49:43 2017 +0100

    multicast: fix replay_req_remove_client()
---
 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 d8a9c8f93..b068f1308 100644
--- a/src/multicast/gnunet-service-multicast.c
+++ b/src/multicast/gnunet-service-multicast.c
@@ -518,7 +518,7 @@ replay_req_remove_client (struct Group *grp, struct 
GNUNET_SERVICE_Client *clien
   {
     if (c == client)
     {
-      GNUNET_CONTAINER_multihashmap_remove (replay_req_client, &key, client);
+      GNUNET_CONTAINER_multihashmap_remove (grp_replay_req, &key, client);
       GNUNET_CONTAINER_multihashmap_iterator_destroy (it);
       return GNUNET_YES;
     }

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



reply via email to

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