1
0
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:
Aris Adamantiadis
2009-11-18 20:54:39 +01:00
parent ca9f42a20f
commit b00e2ad40e

View File

@@ -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;