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
Joe Martin
OpenLDAP
Commits
cd9fdd72
Commit
cd9fdd72
authored
Feb 12, 2008
by
Quanah Gibson-Mount
Browse files
More for ITS#5317
parent
d775ea86
Changes
1
Hide whitespace changes
Inline
Side-by-side
clients/tools/ldapsearch.c
View file @
cd9fdd72
...
...
@@ -625,7 +625,7 @@ main( int argc, char **argv )
{
char
*
filtpattern
,
**
attrs
=
NULL
,
line
[
BUFSIZ
];
FILE
*
fp
=
NULL
;
int
rc
,
i
,
first
;
int
rc
,
rc1
,
i
,
first
;
LDAP
*
ld
=
NULL
;
BerElement
*
seber
=
NULL
,
*
vrber
=
NULL
;
...
...
@@ -990,11 +990,13 @@ getNextPage:
}
else
{
first
=
0
;
}
rc
=
dosearch
(
ld
,
base
,
scope
,
filtpattern
,
line
,
rc
1
=
dosearch
(
ld
,
base
,
scope
,
filtpattern
,
line
,
attrs
,
attrsonly
,
NULL
,
NULL
,
NULL
,
-
1
);
if
(
rc
!=
0
&&
!
contoper
)
{
break
;
if
(
rc1
!=
0
)
{
rc
=
rc1
;
if
(
!
contoper
)
break
;
}
}
if
(
fp
!=
stdin
)
{
...
...
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