mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-19 13:23:44 -05:00
further fix previous commit
This commit is contained in:
parent
6270bd9e82
commit
caa5123975
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue