diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2007-10-28 11:39:27 +0000 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2007-10-28 11:39:27 +0000 |
commit | 5bce1be447b864ba6e788754c71d479a8aedc9e3 (patch) | |
tree | 572080779b4c67043ebdc0e6f6228aa72eb8488f /nslcd/ldap-nss.c | |
parent | d0bee6fe83adeeac591d2b8971d81b94963f2ded (diff) |
remove support for nss_connect_policy configfile option and remove some supporting code for it
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@469 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'nslcd/ldap-nss.c')
-rw-r--r-- | nslcd/ldap-nss.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nslcd/ldap-nss.c b/nslcd/ldap-nss.c index 917fa21..a088216 100644 --- a/nslcd/ldap-nss.c +++ b/nslcd/ldap-nss.c @@ -723,8 +723,6 @@ void _nss_ldap_ent_context_cleanup(struct ent_context *context) context->ec_cookie=NULL; } LS_INIT(context->ec_state); - if (_nss_ldap_test_config_flag(NSS_LDAP_FLAGS_CONNECT_POLICY_ONESHOT)) - do_close(context->session); } /* |