aboutsummaryrefslogtreecommitdiff
path: root/src/auth.c
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2011-01-16 23:42:08 +0100
committerAris Adamantiadis <aris@0xbadc0de.be>2011-01-16 23:42:19 +0100
commit0e2bbdd25b2b772ffa2ca8bf825a8f1746641157 (patch)
treee63891b48588271a72964cf88bf63908ea30148e /src/auth.c
parent6b52aaff1c7128f4221632e0eb7fc1fd6a916b7c (diff)
downloadlibssh-0e2bbdd25b2b772ffa2ca8bf825a8f1746641157.tar.gz
libssh-0e2bbdd25b2b772ffa2ca8bf825a8f1746641157.tar.xz
libssh-0e2bbdd25b2b772ffa2ca8bf825a8f1746641157.zip
Fix doxygen warning
Diffstat (limited to 'src/auth.c')
-rw-r--r--src/auth.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/auth.c b/src/auth.c
index c29317d5..185119f9 100644
--- a/src/auth.c
+++ b/src/auth.c
@@ -313,6 +313,8 @@ int ssh_auth_list(ssh_session session) {
SSH_AUTH_METHOD_PUBLICKEY, SSH_AUTH_METHOD_HOSTBASED,
SSH_AUTH_METHOD_INTERACTIVE.
@warning Other reserved flags may appear in future versions.
+ @warning This call will block, even in nonblocking mode, if run for the first
+ time before a (complete) call to ssh_userauth_none.
*/
int ssh_userauth_list(ssh_session session, const char *username) {
if (session == NULL) {