The unified diff between revisions [6cb77934..] and [fc57c894..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'cli-channel.c'

#
#
# patch "cli-channel.c"
#  from [223322b04b361391fccf712909179cd93fdbf258]
#    to [afe6aeb3faff3b84e322033c485abfce9637d820]
#
============================================================
--- cli-channel.c	223322b04b361391fccf712909179cd93fdbf258
+++ cli-channel.c	afe6aeb3faff3b84e322033c485abfce9637d820
@@ -39,9 +39,6 @@ void recv_msg_channel_extended_data() {
 	TRACE(("enter recv_msg_channel_extended_data"))

 	channel = getchannel();
-	if (channel == NULL) {
-		dropbear_exit("Unknown channel");
-	}

 	if (channel->type != &clichansess) {
 		TRACE(("leave recv_msg_channel_extended_data: chantype is wrong"))