summaryrefslogtreecommitdiffstats
path: root/sesman/auth.h
diff options
context:
space:
mode:
authorPavel Roskin <plroskin@gmail.com>2016-10-16 22:21:27 -0700
committerPavel Roskin <plroskin@gmail.com>2016-10-17 08:54:07 -0700
commitbf08892622ec61b7396ee2025686c5cf72f1362f (patch)
treec0180cf414bce933b07ad71a2ee25a0f5e3876d5 /sesman/auth.h
parenta618d4f757d57068e388b213290d3a4f6068a9ae (diff)
downloadxrdp-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.h2
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