]> git.sur5r.net Git - openldap/commit
From rev 1.373, releasing the mutex means connection_close() may get called
authorHoward Chu <hyc@openldap.org>
Tue, 17 Oct 2006 19:31:42 +0000 (19:31 +0000)
committerHoward Chu <hyc@openldap.org>
Tue, 17 Oct 2006 19:31:42 +0000 (19:31 +0000)
commit354e90a0d93911fed788d3740c62c9ca5678cf4c
tree6d202cf91ed1be24cc1e13e7f495d77f2f763347
parent40a893a07eb711b41cf3c07a78b892a0b6504c93
From rev 1.373, releasing the mutex means connection_close() may get called
from another thread. Drop the assert, just return instead.
servers/slapd/connection.c