mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-17 14:00:30 +08:00
Silence warning
This commit is contained in:
parent
197bc7bba9
commit
262f199bb2
@ -316,12 +316,12 @@ main( int argc, char **argv )
|
||||
#endif
|
||||
|| preread || postread )
|
||||
{
|
||||
int err;
|
||||
int i = 0;
|
||||
LDAPControl c[1];
|
||||
|
||||
#ifdef LDAP_GROUP_TRANSACTION
|
||||
if( txn ) {
|
||||
int err;
|
||||
txnber = ber_alloc_t( LBER_USE_DER );
|
||||
if( txnber == NULL ) return EXIT_FAILURE;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user