diff options
Diffstat (limited to 'libssh/messages.c')
-rw-r--r-- | libssh/messages.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libssh/messages.c b/libssh/messages.c index d67f998..8bcb918 100644 --- a/libssh/messages.c +++ b/libssh/messages.c @@ -92,7 +92,7 @@ static int ssh_message_service_request_reply_default(SSH_MESSAGE *msg) { return ssh_message_service_reply_success(msg); } int ssh_message_service_reply_success(SSH_MESSAGE *msg) { - struct string_struct *service; + struct ssh_string_struct *service; SSH_SESSION *session=msg->session; if (msg == NULL) { return SSH_ERROR; |