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
ddcb5654
Commit
ddcb5654
authored
Jun 16, 2000
by
Kurt Zeilenga
Browse files
Fix mod_values v mod_bvalues typo
parent
ae61f3dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/libldap/add.c
View file @
ddcb5654
...
...
@@ -124,7 +124,7 @@ ldap_add_ext(
for
(
i
=
0
;
attrs
[
i
]
!=
NULL
;
i
++
)
{
if
(
(
attrs
[
i
]
->
mod_op
&
LDAP_MOD_BVALUES
)
!=
0
)
{
rc
=
ber_printf
(
ber
,
"{s[V]}"
,
attrs
[
i
]
->
mod_type
,
attrs
[
i
]
->
mod_values
);
attrs
[
i
]
->
mod_
b
values
);
}
else
{
rc
=
ber_printf
(
ber
,
"{s[v]}"
,
attrs
[
i
]
->
mod_type
,
attrs
[
i
]
->
mod_values
);
...
...
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