mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 01:59:38 -05:00
_operational should return SLAP_CB_CONTINUE
This commit is contained in:
parent
9114b1b116
commit
7bdf2ab549
1 changed files with 1 additions and 1 deletions
|
|
@ -1578,7 +1578,7 @@ syncprov_operational(
|
|||
ldap_pvt_thread_mutex_unlock( &si->si_csn_mutex );
|
||||
}
|
||||
}
|
||||
return LDAP_SUCCESS;
|
||||
return SLAP_CB_CONTINUE;
|
||||
}
|
||||
|
||||
static int
|
||||
|
|
|
|||
Loading…
Reference in a new issue