mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 08:39:37 -05:00
ITS#1956, bvalp declaration
This commit is contained in:
parent
771f70eb0f
commit
dcba22cc05
1 changed files with 1 additions and 2 deletions
|
|
@ -186,7 +186,7 @@ main( int argc, char **argv )
|
|||
LDAP *ld = NULL;
|
||||
int valuesReturnFilter;
|
||||
BerElement *ber;
|
||||
struct berval *bvalp;
|
||||
struct berval *bvalp = NULL;
|
||||
char *vrFilter = NULL, *control = NULL, *s;
|
||||
|
||||
|
||||
|
|
@ -890,7 +890,6 @@ main( int argc, char **argv )
|
|||
}
|
||||
|
||||
if ( valuesReturnFilter ) {
|
||||
struct berval *bvalp;
|
||||
ctrls[i++]=&c2;
|
||||
ctrls[i] = NULL;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue