]> granicus.if.org Git - apache/commit
The lock should have already been released when the connection was closed.
authorBradley Nicholes <bnicholes@apache.org>
Tue, 28 May 2002 19:32:30 +0000 (19:32 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Tue, 28 May 2002 19:32:30 +0000 (19:32 +0000)
commit06670f3c68dc3a820fb6aa0350f78cf7dba10b31
tree3c1593e055fc36e24243ff4b6d831d6c3c2b3429
parent4c19aa850b918794fb83e62df3d3b2a9b51d455a
The lock should have already been released when the connection was closed.
If it was then releasing it again causes a "releasing an unheld lock" warning
on NetWare.  To avoid the warning, first try to get the lock before releasing
it.  The other alternative would be to just assume that the lock has been
released when the connection was closed so do nothing.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95323 13f79535-47bb-0310-9956-ffa450edef68
modules/experimental/util_ldap.c