1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-11-29 01:03:57 +03:00

Fix a typo: CHANNEL * -> ssh_channel

Signed-off-by: Andreas Schneider <mail@cynapses.org>
This commit is contained in:
milo
2009-08-07 00:19:20 +02:00
committed by Andreas Schneider
parent 1b9676a0cc
commit ec02ce0ec2

View File

@@ -781,7 +781,7 @@ int ssh_message_channel_request_open_destination_port(SSH_MESSAGE *msg){
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;
}