]> git.sur5r.net Git - openldap/commit
Fix assertion failure if acl_check_modlist() called where op->o_bd == NULL.
authorLuke Howard <lukeh@openldap.org>
Tue, 30 Dec 2003 03:50:14 +0000 (03:50 +0000)
committerLuke Howard <lukeh@openldap.org>
Tue, 30 Dec 2003 03:50:14 +0000 (03:50 +0000)
commitf289d6b7f069ec9c9aa83cc6d7da9773983ef80e
tree8def8514818499caa001a1027802e4cfda1eed47
parent29bd3d4056e3e1902ec35f120ae2d2f243340162
Fix assertion failure if acl_check_modlist() called where op->o_bd == NULL.

Behavior now matches access_allowed() - the first backend is used. The
code needs review, I have not tested it.
servers/slapd/acl.c