From 66ef489cd8a7473420872e27cdad1c11dc098ff6 Mon Sep 17 00:00:00 2001 From: Sebastien Tricaud Date: Wed, 19 Jan 2005 10:45:12 +0000 Subject: Fixed string issue for backward compatibility (pointed out by Yoann Vandoorselaere) --- modules/pam_tally/pam_tally.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/pam_tally/pam_tally.c b/modules/pam_tally/pam_tally.c index 637f6172..f1f13c16 100644 --- a/modules/pam_tally/pam_tally.c +++ b/modules/pam_tally/pam_tally.c @@ -234,7 +234,7 @@ static int pam_get_uid( pam_handle_t *pamh, uid_t *uid, const char **userp, stru if ( ! ( pw = _pammodutil_getpwnam( pamh, user ) ) ) { opts->ctrl & OPT_AUDIT ? _pam_log(LOG_ERR,MODULE_NAME ": pam_get_uid; no such user %s",user) : - _pam_log(LOG_ERR,MODULE_NAME ": pam_get_uid; user unknown"); + _pam_log(LOG_ERR,MODULE_NAME ": pam_get_uid; no such user"); return PAM_USER_UNKNOWN; } -- cgit v1.2.3