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
f1fb2b49
Commit
f1fb2b49
authored
Dec 28, 2013
by
Pierangelo Masarati
Committed by
Quanah Gibson-Mount
Jan 07, 2014
Browse files
fix years old cut'n'paste
parent
5b85a456
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/libldap/deref.c
View file @
f1fb2b49
...
...
@@ -120,7 +120,7 @@ ldap_create_deref_control(
ld
->
ld_errno
=
ldap_create_deref_control_value
(
ld
,
ds
,
&
value
);
if
(
ld
->
ld_errno
==
LDAP_SUCCESS
)
{
ld
->
ld_errno
=
ldap_control_create
(
LDAP_CONTROL_
PAGEDRESULTS
,
ld
->
ld_errno
=
ldap_control_create
(
LDAP_CONTROL_
X_DEREF
,
iscritical
,
&
value
,
0
,
ctrlp
);
if
(
ld
->
ld_errno
!=
LDAP_SUCCESS
)
{
LDAP_FREE
(
value
.
bv_val
);
...
...
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