mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
further fix previous commit
This commit is contained in:
parent
6270bd9e82
commit
caa5123975
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user