[Pkg-shadow-commits] r3383 - in upstream/trunk: . src

Nicolas FRANÇOIS nekral-guest at alioth.debian.org
Thu Jul 14 13:28:59 UTC 2011


Author: nekral-guest
Date: 2011-07-14 13:28:59 +0000 (Thu, 14 Jul 2011)
New Revision: 3383

Modified:
   upstream/trunk/ChangeLog
   upstream/trunk/src/usermod.c
Log:
	* src/usermod.c: Fix typo in comment.

Modified: upstream/trunk/ChangeLog
===================================================================
--- upstream/trunk/ChangeLog	2011-07-08 19:58:40 UTC (rev 3382)
+++ upstream/trunk/ChangeLog	2011-07-14 13:28:59 UTC (rev 3383)
@@ -1,3 +1,7 @@
+2011-07-14  Nicolas François  <nicolas.francois at centraliens.net>
+
+	* src/usermod.c: Fix typo in comment.
+
 2011-07-08  Nicolas François  <nicolas.francois at centraliens.net>
 
 	* src/groupadd.c: Fix typo in comment.

Modified: upstream/trunk/src/usermod.c
===================================================================
--- upstream/trunk/src/usermod.c	2011-07-08 19:58:40 UTC (rev 3382)
+++ upstream/trunk/src/usermod.c	2011-07-14 13:28:59 UTC (rev 3383)
@@ -1591,7 +1591,7 @@
 		/* Check if the new UID already has an entry */
 		if (   (lseek (fd, off_newuid, SEEK_SET) == off_newuid)
 		    && (read (fd, &fl, sizeof fl) == (ssize_t) sizeof fl)) {
-			/* Reset the new uid's lastlog entry */
+			/* Reset the new uid's faillog entry */
 			memzero (&fl, sizeof (fl));
 			if (   (lseek (fd, off_newuid, SEEK_SET) != off_newuid)
 			    || (write (fd, &fl, sizeof fl) != (ssize_t) sizeof fl)




More information about the Pkg-shadow-commits mailing list