mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
fix ITS#3257
This commit is contained in:
parent
392366818e
commit
01a1eec957
1 changed files with 1 additions and 1 deletions
|
|
@ -316,7 +316,7 @@ main( int argc, char **argv )
|
|||
)
|
||||
{
|
||||
int err;
|
||||
int i;
|
||||
int i = 0;
|
||||
LDAPControl c[1];
|
||||
|
||||
#ifdef LDAP_GROUP_TRANSACTION
|
||||
|
|
|
|||
Loading…
Reference in a new issue