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

further fix previous commit

parent 6270bd9e
No related branches found
No related tags found
No related merge requests found
......@@ -1591,7 +1591,7 @@ tool_server_controls( LDAP *ld, LDAPControl *extra_c, int count )
ctrls[i++] = extra_c++;
}
for ( count = 0; count < unknown_ctrls_num; count++ ) {
ctrls[i++] = &unknown_ctrls[count++];
ctrls[i++] = &unknown_ctrls[count];
}
ctrls[i] = 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