mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Fix mirrormode/tool mode
This commit is contained in:
parent
6ab46208bc
commit
f28d9e800f
1 changed files with 3 additions and 0 deletions
|
|
@ -3782,6 +3782,9 @@ add_syncrepl(
|
|||
else
|
||||
rc = -1;
|
||||
}
|
||||
} else {
|
||||
/* mirrormode still needs to see this flag in tool mode */
|
||||
rc = config_sync_shadow( c ) ? -1 : 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue