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:
2fbd104
)
Fixed useless assignment.
author
anryko
<a.shvenke@gmail.com>
Thu, 4 Jan 2018 22:40:46 +0000
(23:40 +0100)
committer
anryko
<a.shvenke@gmail.com>
Thu, 4 Jan 2018 22:40:46 +0000
(23:40 +0100)
src/cadet/cadet_api.c
patch
|
blob
|
history
diff --git
a/src/cadet/cadet_api.c
b/src/cadet/cadet_api.c
index 4bb3d570be61f7718a768030814c120f3757194c..6b07ab7b721edba48f8c8156ee20b69791e8918c 100644
(file)
--- 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,