Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
openldap
OpenLDAP
Commits
dcba22cc
Commit
dcba22cc
authored
Aug 03, 2002
by
Howard Chu
Browse files
ITS
#1956
, bvalp declaration
parent
771f70eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
clients/tools/ldapsearch.c
View file @
dcba22cc
...
...
@@ -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
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment