diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2007-09-07 19:36:45 +0000 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2007-09-07 19:36:45 +0000 |
commit | 07df4de755fda897b8ec3ecdbbcc0382d635f345 (patch) | |
tree | 018cf20034a9cbacc69d8fc572a74f7235a680a6 /nslcd/ldap-nss.c | |
parent | 7ded202fd6128c9e4586a63df1bf8a36c8835f11 (diff) |
remove the ldap-schema.[ch] files since this is now fully implemented in the database specific files
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@378 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'nslcd/ldap-nss.c')
-rw-r--r-- | nslcd/ldap-nss.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/nslcd/ldap-nss.c b/nslcd/ldap-nss.c index 7f56429..3a36010 100644 --- a/nslcd/ldap-nss.c +++ b/nslcd/ldap-nss.c @@ -79,7 +79,6 @@ #include "pagectrl.h" #include "common.h" #include "log.h" -#include "ldap-schema.h" #include "cfg.h" #include "attmap.h" @@ -772,8 +771,6 @@ do_init (void) __session.ls_timestamp = 0; __session.ls_state = LS_UNINITIALIZED; - _nss_ldap_init_filters (); - #ifdef HAVE_LDAP_SET_OPTION if (nslcd_cfg->ldc_debug) { |