aboutsummaryrefslogtreecommitdiff
path: root/src/auth.c
diff options
context:
space:
mode:
authorSerdar Sanli <mserdarsanli@gmail.com>2021-06-19 19:39:31 +0100
committerJakub Jelen <jjelen@redhat.com>2021-07-06 11:25:32 +0200
commit7dfed5c3cb8278dc35996d5912b8c47cf4211372 (patch)
tree2a91390b6cdbb495edd997d8a76ec639f577c772 /src/auth.c
parent925dc92d527ebc739b535932fbb4fad6789ab7af (diff)
downloadlibssh-7dfed5c3cb8278dc35996d5912b8c47cf4211372.tar.gz
libssh-7dfed5c3cb8278dc35996d5912b8c47cf4211372.tar.xz
libssh-7dfed5c3cb8278dc35996d5912b8c47cf4211372.zip
Fix error in documentation
Signed-off-by: Serdar Sanli <mserdarsanli@gmail.com> Reviewed-by: Jakub Jelen <jjelen@redhat.com>
Diffstat (limited to 'src/auth.c')
-rw-r--r--src/auth.c3
1 files changed, 1 insertions, 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.
*