1
1

Fix a typo: CHANNEL * -> ssh_channel

Signed-off-by: Andreas Schneider <mail@cynapses.org>
Этот коммит содержится в:
milo 2009-08-07 00:19:20 +02:00 коммит произвёл Andreas Schneider
родитель 1b9676a0cc
Коммит ec02ce0ec2

Просмотреть файл

@ -781,7 +781,7 @@ int ssh_message_channel_request_open_destination_port(SSH_MESSAGE *msg){
return msg->channel_request_open.destination_port; return msg->channel_request_open.destination_port;
} }
CHANNEL *ssh_message_channel_request_channel(SSH_MESSAGE *msg){ ssh_channel ssh_message_channel_request_channel(SSH_MESSAGE *msg){
return msg->channel_request.channel; return msg->channel_request.channel;
} }