fix ITS#2900

This commit is contained in:
Pierangelo Masarati 2004-01-05 18:32:27 +00:00
parent 3102602002
commit 1dd604fb04

View File

@ -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 );