mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-01-06 14:21:55 +03:00
Fix compile bug introduced by another bugfix
This commit is contained in:
@@ -548,7 +548,7 @@ static ssh_message handle_channel_request(ssh_session session) {
|
||||
msg->channel_request.channel = ssh_channel_from_local(session, channel);
|
||||
if (msg->channel_request.channel == NULL) {
|
||||
ssh_set_error(session, SSH_FATAL, "There are no channels with the id %u.",
|
||||
channels);
|
||||
channel);
|
||||
goto error;
|
||||
}
|
||||
msg->channel_request.want_reply = want_reply;
|
||||
|
||||
Reference in New Issue
Block a user