[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [gnunet] branch master updated: fix comment, this was imple
From: |
gnunet |
Subject: |
[GNUnet-SVN] [gnunet] branch master updated: fix comment, this was implemented |
Date: |
Wed, 25 Jan 2017 17:39:30 +0100 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository gnunet.
The following commit(s) were added to refs/heads/master by this push:
new 2882d2f6f fix comment, this was implemented
2882d2f6f is described below
commit 2882d2f6f37801067190c8c2e9d8d3943362490b
Author: Christian Grothoff <address@hidden>
AuthorDate: Wed Jan 25 17:39:28 2017 +0100
fix comment, this was implemented
---
src/cadet/gnunet-service-cadet-new_channel.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/cadet/gnunet-service-cadet-new_channel.c
b/src/cadet/gnunet-service-cadet-new_channel.c
index fe979d722..c4e331304 100644
--- a/src/cadet/gnunet-service-cadet-new_channel.c
+++ b/src/cadet/gnunet-service-cadet-new_channel.c
@@ -1451,7 +1451,6 @@ GCCH_handle_local_data (struct CadetChannel *ch,
buf_len);
if (GNUNET_YES == receiver->client_ready)
{
- /* FIXME: this does not provide for flow control! */
GSC_send_to_client (receiver->c,
env);
send_ack_to_client (ch,
--
To stop receiving notification emails like this one, please contact
address@hidden
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] [gnunet] branch master updated: fix comment, this was implemented,
gnunet <=