projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
525a60f
)
added FIXME
author
lurchi
<lurchi@strangeplace.net>
Fri, 24 Nov 2017 20:56:14 +0000
(21:56 +0100)
committer
lurchi
<lurchi@strangeplace.net>
Fri, 24 Nov 2017 20:56:14 +0000
(21:56 +0100)
src/psyc/gnunet-service-psyc.c
patch
|
blob
|
history
diff --git
a/src/psyc/gnunet-service-psyc.c
b/src/psyc/gnunet-service-psyc.c
index 8af3264fd50bcfa42c864d69c4f0935fb5e41f0a..5397793c3f6ad1d1d86850555adad1066edfa7a1 100644
(file)
--- a/
src/psyc/gnunet-service-psyc.c
+++ b/
src/psyc/gnunet-service-psyc.c
@@
-615,6
+615,8
@@
client_notify_disconnect (void *cls,
(GNUNET_YES == chn->is_master) ? "master" : "slave",
GNUNET_h2s (&chn->pub_key_hash));
+ // FIXME (due to protocol change): here we must not remove all clients,
+ // only the one we were notified about!
struct ClientList *cli = chn->clients_head;
while (NULL != cli)
{