]> git.sur5r.net Git - openldap/commit
Don't use BDB group/attribute callbacks as they may cause deadlock.
authorKurt Zeilenga <kurt@openldap.org>
Thu, 17 Jan 2002 03:58:52 +0000 (03:58 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 17 Jan 2002 03:58:52 +0000 (03:58 +0000)
commit492762f1c5851265011016afcf665e329042cadc
tree7ecfa391858adf4eaa335fa386e0c94b2ed81830
parent32b955cfc571641298c80edec79b3bfb3b93902c
Don't use BDB group/attribute callbacks as they may cause deadlock.
Add code to bdb_attribute and bdb_group where use TXN id and to
provide error, but need to rework callers (and their callers) to
ensure error is properly bubbled up to the backend operation routine
handling the transaction.  Ugh.
servers/slapd/acl.c
servers/slapd/back-bdb/attribute.c
servers/slapd/back-bdb/group.c
servers/slapd/back-bdb/init.c