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

Nicolas FRANÇOIS nekral-guest at alioth.debian.org
Tue Oct 18 20:16:00 UTC 2011


Author: nekral-guest
Date: 2011-10-18 20:16:00 +0000 (Tue, 18 Oct 2011)
New Revision: 3519

Modified:
   upstream/trunk/ChangeLog
   upstream/trunk/lib/nscd.c
Log:
	* lib/nscd.c: Remove unused variable.


Modified: upstream/trunk/ChangeLog
===================================================================
--- upstream/trunk/ChangeLog	2011-10-18 20:13:37 UTC (rev 3518)
+++ upstream/trunk/ChangeLog	2011-10-18 20:16:00 UTC (rev 3519)
@@ -2,6 +2,7 @@
 
 	* src/newusers.c: Fix typo.
 	* src/useradd.c: Likewise.
+	* lib/nscd.c: Remove unused variable.
 
 2011-10-15  Nicolas François  <nicolas.francois at centraliens.net>
 

Modified: upstream/trunk/lib/nscd.c
===================================================================
--- upstream/trunk/lib/nscd.c	2011-10-18 20:13:37 UTC (rev 3518)
+++ upstream/trunk/lib/nscd.c	2011-10-18 20:16:00 UTC (rev 3519)
@@ -18,7 +18,6 @@
  */
 int nscd_flush_cache (const char *service)
 {
-	pid_t pid;
 	int status, code;
 	const char *cmd = "/usr/sbin/nscd";
 	const char *spawnedArgs[] = {"nscd", "-i", service, NULL};




More information about the Pkg-shadow-commits mailing list