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
Quanah Gibson-Mount
OpenLDAP
Commits
97db0eb7
Commit
97db0eb7
authored
Sep 04, 2001
by
Kurt Zeilenga
Browse files
Don't ignore attribute list when -S is specified.
parent
4abcfca8
Changes
1
Hide whitespace changes
Inline
Side-by-side
clients/tools/ldapsearch.c
View file @
97db0eb7
...
...
@@ -620,7 +620,7 @@ main( int argc, char **argv )
filtpattern
=
strdup
(
argv
[
optind
++
]
);
}
if
(
(
argv
[
optind
]
!=
NULL
)
&&
(
sortattr
==
NULL
||
*
sortattr
==
'\0'
)
)
{
if
(
argv
[
optind
]
!=
NULL
)
{
attrs
=
&
argv
[
optind
];
}
...
...
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