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/ether.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'nslcd/ether.c') diff --git a/nslcd/ether.c b/nslcd/ether.c index 4437bed..7aee6a7 100644 --- a/nslcd/ether.c +++ b/nslcd/ether.c @@ -264,9 +264,7 @@ int nslcd_ether_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