mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-12 11:10:28 +09:00
message: Set correct request type.
Found by Coverity.
This commit is contained in:
@@ -1198,7 +1198,7 @@ int ssh_message_handle_channel_request(ssh_session session, ssh_channel channel,
|
|||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
msg->channel_request.type = SSH_CHANNEL_UNKNOWN;
|
msg->channel_request.type = SSH_CHANNEL_REQUEST_UNKNOWN;
|
||||||
end:
|
end:
|
||||||
ssh_message_queue(session,msg);
|
ssh_message_queue(session,msg);
|
||||||
leave_function();
|
leave_function();
|
||||||
|
|||||||
Reference in New Issue
Block a user