mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 01:29:59 -05:00
fix previous commit
This commit is contained in:
parent
947f87441e
commit
beb0f6983a
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue