summaryrefslogtreecommitdiff
path: root/libc/nscd/nscd.c
diff options
context:
space:
mode:
authorjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2009-05-16 14:59:34 +0000
committerjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2009-05-16 14:59:34 +0000
commit5b818e69bce954be61aeebb12d111006ce13c0eb (patch)
tree1fe9948601dc7a6f840fdda516d4a0a3eabed428 /libc/nscd/nscd.c
parent56582813a2a1bb763cad0cfa761f5df76c707cb3 (diff)
Merge changes between r8452 and r8459 from /fsf/trunk.
git-svn-id: svn://svn.eglibc.org/trunk@8460 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc/nscd/nscd.c')
-rw-r--r--libc/nscd/nscd.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libc/nscd/nscd.c b/libc/nscd/nscd.c
index 31497e083..2a697a0a8 100644
--- a/libc/nscd/nscd.c
+++ b/libc/nscd/nscd.c
@@ -491,10 +491,6 @@ termination_handler (int signum)
msync (dbs[cnt].head, dbs[cnt].memsize, MS_ASYNC);
}
- /* Shutdown the SELinux AVC. */
- if (selinux_enabled)
- nscd_avc_destroy ();
-
_exit (EXIT_SUCCESS);
}