mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
ITS#6758 config_back_add: Don't set sr_text if compareTrue
This commit is contained in:
parent
e26b196f69
commit
a8c8ec5d4c
1 changed files with 1 additions and 0 deletions
|
|
@ -5481,6 +5481,7 @@ out2:;
|
|||
out:;
|
||||
{ int repl = op->o_dont_replicate;
|
||||
if ( rs->sr_err == LDAP_COMPARE_TRUE ) {
|
||||
rs->sr_text = NULL; /* Set after config_add_internal */
|
||||
rs->sr_err = LDAP_SUCCESS;
|
||||
op->o_dont_replicate = 1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue