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

declarations must occur before instructions

parent c81161ed
Branches
Tags
No related merge requests found
......@@ -47,10 +47,11 @@ int passwd_extop(
Operation op2;
slap_callback cb = { NULL, slap_null_cb, NULL, NULL };
slap_callback cb2 = { NULL, slap_replog_cb, NULL, NULL };
cb2.sc_next = &cb;
int i, nhash;
char **hashes;
cb2.sc_next = &cb;
assert( ber_bvcmp( &slap_EXOP_MODIFY_PASSWD, &op->ore_reqoid ) == 0 );
if( op->o_dn.bv_len == 0 ) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment