[Pkg-shadow-commits] r1769 - upstream/trunk/src

nekral-guest at alioth.debian.org nekral-guest at alioth.debian.org
Sun Feb 3 21:53:30 UTC 2008


Author: nekral-guest
Date: 2008-02-03 21:53:30 +0000 (Sun, 03 Feb 2008)
New Revision: 1769

Modified:
   upstream/trunk/src/usermod.c
Log:
Fix typo.


Modified: upstream/trunk/src/usermod.c
===================================================================
--- upstream/trunk/src/usermod.c	2008-02-03 21:42:08 UTC (rev 1768)
+++ upstream/trunk/src/usermod.c	2008-02-03 21:53:30 UTC (rev 1769)
@@ -470,9 +470,9 @@
 	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,




More information about the Pkg-shadow-commits mailing list