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

nekral-guest at alioth.debian.org nekral-guest at alioth.debian.org
Sun Nov 18 22:52:57 UTC 2007


Author: nekral-guest
Date: 2007-11-18 22:52:56 +0000 (Sun, 18 Nov 2007)
New Revision: 1395

Modified:
   upstream/trunk/ChangeLog
   upstream/trunk/src/login.c
Log:
Fix typo introduced while fixing http://bugs.debian.org/451521 (compile fix).


Modified: upstream/trunk/ChangeLog
===================================================================
--- upstream/trunk/ChangeLog	2007-11-18 17:08:42 UTC (rev 1394)
+++ upstream/trunk/ChangeLog	2007-11-18 22:52:56 UTC (rev 1395)
@@ -1,5 +1,10 @@
 2007-11-18  Nicolas François  <nicolas.francois at centraliens.net>
 
+	* src/login.c: Fix typo introduced while fixing
+	http://bugs.debian.org/451521 (compile fix).
+
+2007-11-18  Nicolas François  <nicolas.francois at centraliens.net>
+
 	* libmisc/Makefile.am: Fix typo: EXTRA_DOST -> EXTRA_DIST.
 
 2007-11-18  Nicolas François  <nicolas.francois at centraliens.net>

Modified: upstream/trunk/src/login.c
===================================================================
--- upstream/trunk/src/login.c	2007-11-18 17:08:42 UTC (rev 1394)
+++ upstream/trunk/src/login.c	2007-11-18 22:52:56 UTC (rev 1395)
@@ -751,7 +751,7 @@
 			PAM_FAIL_CHECK;
 		}
 
-		if (setup_groups (pwd)) {
+		if (setup_groups (pwd))
 			exit (1);
 
 		pwent = *pwd;




More information about the Pkg-shadow-commits mailing list