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:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user