]> git.sur5r.net Git - openldap/commitdiff
ITS#5907
authorQuanah Gibson-Mount <quanah@openldap.org>
Tue, 27 Jan 2009 21:09:02 +0000 (21:09 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Tue, 27 Jan 2009 21:09:02 +0000 (21:09 +0000)
CHANGES
servers/slapd/overlays/accesslog.c

diff --git a/CHANGES b/CHANGES
index 918fd14b8db72d001dab991b0b103db4f75c0cbb..be9d2728e8674fdefe6e650ca8ea7da5f8c59ed5 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -36,6 +36,7 @@ OpenLDAP 2.4.14 Engineering
        Fixed slapd-ldif deadlock (ITS#5329)
        Fixed slapd-meta double response sending (ITS#5854)
        Fixed slapd-meta alias deref for retry (ITS#5889)
+       Fixed slapo-accesslog on glued dbs (ITS#5907)
        Fixed slapo-pcache filter sorting (ITS#5756)
        Fixed slapo-ppolicy to not be global (ITS#5858)
        Fixed slapo-rwm with back-config (ITS#5906)
index 90ec25857a0ed91b8dc292a0d321302216feac5b..2ddfc1fd84e0f73203b0a6e1f7ae2293dce7ac7f 100644 (file)
@@ -1770,7 +1770,7 @@ accesslog_op_mod( Operation *op, SlapReply *rs )
                        int rc;
                        Entry *e;
 
-                       op->o_bd->bd_info = on->on_info->oi_orig;
+                       op->o_bd->bd_info = (BackendInfo *)on->on_info;
                        rc = be_entry_get_rw( op, &op->o_req_ndn, NULL, NULL, 0, &e );
                        if ( e ) {
                                if ( test_filter( op, e, li->li_oldf ) == LDAP_COMPARE_TRUE )