Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd/service.c
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2007-09-14 20:48:47 +0200
committerArthur de Jong <arthur@arthurdejong.org>2007-09-14 20:48:47 +0200
commit7069a23f05935e48dcda49d05994ad4df742a80f (patch)
tree8248763b670d44c129e9ca0375676b64a23e522d /nslcd/service.c
parentc5fde824853997d98807b9a51585e4544e86d048 (diff)
remove mutex from all LDAP operations because we now have a session and a connection per thread
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@392 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'nslcd/service.c')
-rw-r--r--nslcd/service.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/nslcd/service.c b/nslcd/service.c
index fccb262..ddd9583 100644
--- a/nslcd/service.c
+++ b/nslcd/service.c
@@ -370,9 +370,7 @@ int nslcd_service_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;
}