From bf08892622ec61b7396ee2025686c5cf72f1362f Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Sun, 16 Oct 2016 22:21:27 -0700 Subject: Fix incorrect description of auth_userpass() return value --- sesman/auth.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sesman/auth.h') 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 -- cgit v1.2.1