Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nadezhda Ivanova
OpenLDAP
Commits
e8fa4266
Commit
e8fa4266
authored
Dec 11, 2002
by
Kurt Zeilenga
Browse files
null base fix
parent
e9fd1b43
Changes
1
Hide whitespace changes
Inline
Side-by-side
clients/tools/ldapsearch.c
View file @
e8fa4266
...
...
@@ -1036,7 +1036,7 @@ main( int argc, char **argv )
"# filter%s: %s
\n
"
"# requesting: "
,
version
,
base
,
(
scope
==
LDAP_SCOPE_BASE
)
?
"base"
base
?
base
:
""
,
(
scope
==
LDAP_SCOPE_BASE
)
?
"base"
:
((
scope
==
LDAP_SCOPE_ONELEVEL
)
?
"one"
:
"sub"
),
infile
!=
NULL
?
" pattern"
:
""
,
filtpattern
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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