From 7069a23f05935e48dcda49d05994ad4df742a80f Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Fri, 14 Sep 2007 18:48:47 +0000 Subject: 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 --- nslcd/network.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'nslcd/network.c') diff --git a/nslcd/network.c b/nslcd/network.c index d098973..6cac598 100644 --- a/nslcd/network.c +++ b/nslcd/network.c @@ -298,9 +298,7 @@ int nslcd_network_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; } -- cgit v1.2.3