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 copy & paste


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: fix copy & paste
Date: Sun, 22 Jan 2017 18:12:59 +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 792b1a630 fix copy & paste
792b1a630 is described below

commit 792b1a6301f0eab898120729ad35b9da47aeab33
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Jan 22 18:12:57 2017 +0100

    fix copy & paste
---
 src/cadet/gnunet-service-cadet-new_channel.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cadet/gnunet-service-cadet-new_channel.c 
b/src/cadet/gnunet-service-cadet-new_channel.c
index d83bab280..f3603d898 100644
--- a/src/cadet/gnunet-service-cadet-new_channel.c
+++ b/src/cadet/gnunet-service-cadet-new_channel.c
@@ -742,7 +742,7 @@ GCCH_bind (struct CadetChannel *ch,
                       env);
   for (unsigned int i=0;i<ch->max_pending_messages;i++)
     send_ack_to_client (ch,
-                        ch->owner);
+                        ch->dest);
 }
 
 

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



reply via email to

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