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

Nicolas FRANÇOIS nekral-guest at alioth.debian.org
Sat May 9 13:15:32 UTC 2009


Author: nekral-guest
Date: 2009-05-09 13:15:32 +0000 (Sat, 09 May 2009)
New Revision: 2872

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

Modified: upstream/trunk/src/chpasswd.c
===================================================================
--- upstream/trunk/src/chpasswd.c	2009-05-09 13:15:25 UTC (rev 2871)
+++ upstream/trunk/src/chpasswd.c	2009-05-09 13:15:32 UTC (rev 2872)
@@ -469,7 +469,7 @@
 			fprintf (stderr,
 			         _("%s: (line %d, user %s) password not changed\n"),
 			         Prog, line, name);
-			error++;
+			errors++;
 		}
 #else				/* !USE_PAM */
 		if (   !eflg




More information about the Pkg-shadow-commits mailing list