aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/messages.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/messages.c b/src/messages.c
index 57ff5b12..5440a653 100644
--- a/src/messages.c
+++ b/src/messages.c
@@ -1198,7 +1198,7 @@ int ssh_message_handle_channel_request(ssh_session session, ssh_channel channel,
goto end;
}
- msg->channel_request.type = SSH_CHANNEL_UNKNOWN;
+ msg->channel_request.type = SSH_CHANNEL_REQUEST_UNKNOWN;
end:
ssh_message_queue(session,msg);
leave_function();