diff options
author | Pavel Roskin <plroskin@gmail.com> | 2016-10-16 22:21:27 -0700 |
---|---|---|
committer | Pavel Roskin <plroskin@gmail.com> | 2016-10-17 08:54:07 -0700 |
commit | bf08892622ec61b7396ee2025686c5cf72f1362f (patch) | |
tree | c0180cf414bce933b07ad71a2ee25a0f5e3876d5 /sesman/auth.h | |
parent | a618d4f757d57068e388b213290d3a4f6068a9ae (diff) | |
download | xrdp-proprietary-bf08892622ec61b7396ee2025686c5cf72f1362f.tar.gz xrdp-proprietary-bf08892622ec61b7396ee2025686c5cf72f1362f.zip |
Fix incorrect description of auth_userpass() return value
Diffstat (limited to 'sesman/auth.h')
-rw-r--r-- | sesman/auth.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sesman/auth.h b/sesman/auth.h index e06b9eb3..643d361f 100644 --- a/sesman/auth.h +++ b/sesman/auth.h @@ -32,7 +32,7 @@ * @brief Validates user's password * @param user user's login name * @param pass user's password - * @return 0 on success, 1 on failure + * @return non-zero handle on success, 0 on failure * */ long DEFAULT_CC |