mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
_operational should return SLAP_CB_CONTINUE
This commit is contained in:
parent
9114b1b116
commit
7bdf2ab549
@ -1578,7 +1578,7 @@ syncprov_operational(
|
|||||||
ldap_pvt_thread_mutex_unlock( &si->si_csn_mutex );
|
ldap_pvt_thread_mutex_unlock( &si->si_csn_mutex );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return LDAP_SUCCESS;
|
return SLAP_CB_CONTINUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int
|
static int
|
||||||
|
Loading…
Reference in New Issue
Block a user