Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd/alias.c
diff options
context:
space:
mode:
Diffstat (limited to 'nslcd/alias.c')
-rw-r--r--nslcd/alias.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/nslcd/alias.c b/nslcd/alias.c
index ad98ca4..0593c6d 100644
--- a/nslcd/alias.c
+++ b/nslcd/alias.c
@@ -187,9 +187,7 @@ int nslcd_alias_all(TFILE *fp,MYLDAP_SESSION *session)
WRITE_INT32(fp,retv);
WRITE_FLUSH(fp);
/* FIXME: if a previous call returns what happens to the context? */
- _nss_ldap_enter();
_nss_ldap_ent_context_cleanup(&context);
- _nss_ldap_leave();
/* we're done */
return 0;
}