summaryrefslogtreecommitdiff
path: root/usr/src/cmd/nscd/nscd_initf.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/nscd/nscd_initf.c')
-rw-r--r--usr/src/cmd/nscd/nscd_initf.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/usr/src/cmd/nscd/nscd_initf.c b/usr/src/cmd/nscd/nscd_initf.c
index 010e82b438..2a3abdc931 100644
--- a/usr/src/cmd/nscd/nscd_initf.c
+++ b/usr/src/cmd/nscd/nscd_initf.c
@@ -18,6 +18,7 @@
*
* CDDL HEADER END
*/
+
/*
* Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
*/
@@ -236,10 +237,11 @@ nss_db_initf_t nscd_nss_db_initf[] = {
_nss_initf_passwd_compat,
_nss_initf_group_compat,
/*
- * no initf() for pseudo-databases: passwd, shadow, user_attr,
- * and group (when called from the compat backend)
+ * no initf() for pseudo-databases: passwd, shadow, audit_user,
+ * user_attr, and group (when called from the compat backend)
*/
NULL,
NULL,
NULL,
+ NULL,
NULL};