Fix a typo: CHANNEL * -> ssh_channel
Signed-off-by: Andreas Schneider <mail@cynapses.org>
Этот коммит содержится в:
родитель
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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user