From 7dfed5c3cb8278dc35996d5912b8c47cf4211372 Mon Sep 17 00:00:00 2001 From: Serdar Sanli Date: Sat, 19 Jun 2021 19:39:31 +0100 Subject: [PATCH] Fix error in documentation Signed-off-by: Serdar Sanli Reviewed-by: Jakub Jelen --- src/auth.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/auth.c b/src/auth.c index 001368ee..ccf75756 100644 --- a/src/auth.c +++ b/src/auth.c @@ -1044,8 +1044,7 @@ int ssh_userauth_publickey_auto_get_current_identity(ssh_session session, * method.\n * SSH_AUTH_PARTIAL: You've been partially authenticated, you still * have to use another method.\n - * SSH_AUTH_SUCCESS: The public key is accepted, you want now to use - * ssh_userauth_publickey().\n + * SSH_AUTH_SUCCESS: Authentication success\n * SSH_AUTH_AGAIN: In nonblocking mode, you've got to call this again * later. *