Skip to content
Snippets Groups Projects
Commit 1dd604fb authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

fix ITS#2900

parent 31026020
No related branches found
No related tags found
No related merge requests found
......@@ -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 );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment