Fixed useless assignment.
authoranryko <a.shvenke@gmail.com>
Thu, 4 Jan 2018 22:40:46 +0000 (23:40 +0100)
committeranryko <a.shvenke@gmail.com>
Thu, 4 Jan 2018 22:40:46 +0000 (23:40 +0100)
src/cadet/cadet_api.c

index 4bb3d570be61f7718a768030814c120f3757194c..6b07ab7b721edba48f8c8156ee20b69791e8918c 100644 (file)
@@ -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,