From: nekral-guest Date: Sun, 3 Feb 2008 21:53:30 +0000 (+0000) Subject: Fix typo. X-Git-Tag: 4.1.1~62 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=132eb55983d58a5618e9b7015b6c66d2360a9c63;p=thirdparty%2Fshadow.git Fix typo. --- diff --git a/src/usermod.c b/src/usermod.c index f4b168001..5246650a0 100644 --- a/src/usermod.c +++ b/src/usermod.c @@ -470,9 +470,9 @@ static void new_spent (struct spwd *spent) if (eflg) { /* log dates rather than numbers of days. */ char new_exp[16], old_exp[16]; - date_to_str (new_exp, sizeof(16), + date_to_str (new_exp, sizeof(new_exp), user_newexpire * DAY, "never"); - date_to_str (old_exp, sizeof(16), + date_to_str (old_exp, sizeof(old_exp), user_expire * DAY, "never"); #ifdef WITH_AUDIT audit_logger (AUDIT_USER_CHAUTHTOK, Prog,