mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
Silence warning
This commit is contained in:
parent
197bc7bba9
commit
262f199bb2
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue