]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
* lib/nscd.c: Remove unused variable.
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Tue, 18 Oct 2011 20:16:00 +0000 (20:16 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Tue, 18 Oct 2011 20:16:00 +0000 (20:16 +0000)
ChangeLog
lib/nscd.c

index bea547bb94dee42959865471891dfc60049272de..2406f93f78d66f280f338d761cb791edbb3a5499 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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@centraliens.net>
 
index bcdeccc2a6b7535f3cd20445ffbb902b24376c57..227c2050c0111df4609589b3a74dc5a2154f693a 100644 (file)
@@ -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};