mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
fix ITS#2900
This commit is contained in:
parent
3102602002
commit
1dd604fb04
@ -37,7 +37,8 @@ int passwd_extop(
|
||||
Modifications ml, **modtail;
|
||||
Operation op2;
|
||||
slap_callback cb = { NULL, slap_null_cb, NULL, NULL };
|
||||
slap_callback cb2 = { &cb, slap_replog_cb, NULL, NULL };
|
||||
slap_callback cb2 = { NULL, slap_replog_cb, NULL, NULL };
|
||||
cb2.sc_next = &cb;
|
||||
|
||||
assert( ber_bvcmp( &slap_EXOP_MODIFY_PASSWD, &op->ore_reqoid ) == 0 );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user