Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Robert Dubner
OpenLDAP
Commits
95b74bee
Commit
95b74bee
authored
Jan 22, 2004
by
Kurt Zeilenga
Browse files
cleanup
parent
14a6bced
Changes
1
Hide whitespace changes
Inline
Side-by-side
clients/tools/ldapsearch.c
View file @
95b74bee
...
...
@@ -1097,8 +1097,8 @@ print_entry(
}
else
if
((
bvals
=
ldap_get_values_len
(
ld
,
entry
,
a
))
!=
NULL
)
{
for
(
i
=
0
;
bvals
[
i
]
!=
NULL
;
i
++
)
{
if
(
vals2tmp
>
1
||
(
vals2tmp
&&
ldif_is_not_printable
(
bvals
[
i
]
->
bv_val
,
bvals
[
i
]
->
bv_len
)
))
if
(
vals2tmp
>
1
||
(
vals2tmp
&&
ldif_is_not_printable
(
bvals
[
i
]
->
bv_val
,
bvals
[
i
]
->
bv_len
)
))
{
int
tmpfd
;
/* write value to file */
...
...
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