mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-18 04:44:17 -05:00
ITS#7195 add NotAllowedOnNonleaf to deltasync fallback errors
This commit is contained in:
parent
de7f6d38fa
commit
6ab4d830cb
1 changed files with 1 additions and 0 deletions
|
|
@ -992,6 +992,7 @@ do_syncrep2(
|
|||
case LDAP_NO_SUCH_OBJECT:
|
||||
case LDAP_NO_SUCH_ATTRIBUTE:
|
||||
case LDAP_TYPE_OR_VALUE_EXISTS:
|
||||
case LDAP_NOT_ALLOWED_ON_NONLEAF:
|
||||
rc = LDAP_SYNC_REFRESH_REQUIRED;
|
||||
si->si_logstate = SYNCLOG_FALLBACK;
|
||||
ldap_abandon_ext( si->si_ld, si->si_msgid, NULL, NULL );
|
||||
|
|
|
|||
Loading…
Reference in a new issue