Skip to content
Snippets Groups Projects
Commit c428a163 authored by Howard Chu's avatar Howard Chu
Browse files

coverity - init i

parent 2f3bf072
No related branches found
No related tags found
No related merge requests found
......@@ -2644,7 +2644,7 @@ ldap_back_controls_free( Operation *op, SlapReply *rs, LDAPControl ***pctrls )
/* we assume that the controls added by the proxy come first,
* so as soon as we find op->o_ctrls[ 0 ] we can stop */
if ( ctrls && ctrls != op->o_ctrls ) {
int i, n = 0, n_added;
int i = 0, n = 0, n_added;
void *lower, *upper;
assert( ctrls[ 0 ] != NULL );
......
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