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

Nicolas FRANCOIS nekral-guest at alioth.debian.org
Sun Apr 5 21:56:37 UTC 2009


Author: nekral-guest
Date: 2009-04-05 21:56:37 +0000 (Sun, 05 Apr 2009)
New Revision: 2591

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


Modified: upstream/trunk/src/chpasswd.c
===================================================================
--- upstream/trunk/src/chpasswd.c	2009-04-05 21:23:55 UTC (rev 2590)
+++ upstream/trunk/src/chpasswd.c	2009-04-05 21:56:37 UTC (rev 2591)
@@ -481,7 +481,7 @@
 			if (0 == newsp.sp_lstchg) {
 				/* Better disable aging than requiring a
 				 * password change */
-				newssp.sp_lstchg = -1;
+				newsp.sp_lstchg = -1;
 			}
 		} else {
 			newpw = *pw;




More information about the Pkg-shadow-commits mailing list