gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: Fixed useless assignment.


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: Fixed useless assignment.
Date: Thu, 04 Jan 2018 23:40:50 +0100

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

arny pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 646c4e4b4 Fixed useless assignment.
646c4e4b4 is described below

commit 646c4e4b4a5ebbdc1208e0608e397f5653768329
Author: anryko <address@hidden>
AuthorDate: Thu Jan 4 23:40:46 2018 +0100

    Fixed useless assignment.
---
 src/cadet/cadet_api.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/cadet/cadet_api.c b/src/cadet/cadet_api.c
index 4bb3d570b..6b07ab7b7 100644
--- a/src/cadet/cadet_api.c
+++ b/src/cadet/cadet_api.c
@@ -638,7 +638,6 @@ handle_channel_created (void *cls,
   ch = create_channel (h,
                        &ccn);
   ch->peer = msg->peer;
-  ch->cadet = h;
   ch->incoming_port = port;
   ch->options = ntohl (msg->opt);
   LOG (GNUNET_ERROR_TYPE_DEBUG,

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



reply via email to

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