mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
fix previous commit
This commit is contained in:
parent
947f87441e
commit
beb0f6983a
@ -102,7 +102,7 @@ relay_back_db_open( Backend *be )
|
||||
assert( ri->ri_bd );
|
||||
|
||||
/* inherit controls */
|
||||
if ( ri->ri_bd ) {
|
||||
if ( ri->ri_bd->be_controls ) {
|
||||
be->be_controls = ldap_charray_dup( ri->ri_bd->be_controls );
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user