mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-10 06:13:19 -05:00
DirSync ctrl requires critical
This commit is contained in:
parent
a9bfce1292
commit
de998c3518
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ ldap_create_dirsync_control(
|
|||
flags, maxAttrCount, cookie, &value );
|
||||
if ( ld->ld_errno == LDAP_SUCCESS ) {
|
||||
ld->ld_errno = ldap_control_create( LDAP_CONTROL_X_DIRSYNC,
|
||||
0, &value, 0, ctrlp );
|
||||
1, &value, 0, ctrlp );
|
||||
if ( ld->ld_errno != LDAP_SUCCESS ) {
|
||||
LDAP_FREE( value.bv_val );
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue