[Pkg-shadow-commits] r3455 - in upstream/trunk: . lib

Nicolas FRANÇOIS nekral-guest at alioth.debian.org
Thu Jul 28 15:19:41 UTC 2011


Author: nekral-guest
Date: 2011-07-28 15:19:40 +0000 (Thu, 28 Jul 2011)
New Revision: 3455

Modified:
   upstream/trunk/ChangeLog
   upstream/trunk/lib/commonio.c
Log:
	* lib/commonio.c: Fix NIS commit from 2011-07-14.


Modified: upstream/trunk/ChangeLog
===================================================================
--- upstream/trunk/ChangeLog	2011-07-28 15:18:39 UTC (rev 3454)
+++ upstream/trunk/ChangeLog	2011-07-28 15:19:40 UTC (rev 3455)
@@ -1,5 +1,9 @@
 2011-07-28  Nicolas François  <nicolas.francois at centraliens.net>
 
+	* lib/commonio.c: Fix NIS commit from 2011-07-14.
+
+2011-07-28  Nicolas François  <nicolas.francois at centraliens.net>
+
 	* NEWS, src/chpasswd.c: Create a shadow entry if the password is
 	set to 'x' in passwd and there are no entry in shadow for the
 	user.

Modified: upstream/trunk/lib/commonio.c
===================================================================
--- upstream/trunk/lib/commonio.c	2011-07-28 15:18:39 UTC (rev 3454)
+++ upstream/trunk/lib/commonio.c	2011-07-28 15:19:40 UTC (rev 3455)
@@ -2,7 +2,7 @@
  * Copyright (c) 1990 - 1994, Julianne Frances Haugh
  * Copyright (c) 1996 - 2001, Marek Michałkiewicz
  * Copyright (c) 2001 - 2006, Tomasz Kłoczko
- * Copyright (c) 2007 - 2010, Nicolas François
+ * Copyright (c) 2007 - 2011, Nicolas François
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -773,7 +773,7 @@
 #if KEEP_NIS_AT_END
 	     && (NULL != ptr->line)
 	     && (   ('+' != ptr->line[0])
-	         || ('-' != ptr->line[0]))
+	         && ('-' != ptr->line[0]))
 #endif
 	     ;
 	     ptr = ptr->next) {




More information about the Pkg-shadow-commits mailing list