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
openldap
OpenLDAP
Commits
4a254064
Commit
4a254064
authored
May 26, 2000
by
Kurt Zeilenga
Browse files
Fix referrals bug
parent
5b13d847
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/result.c
View file @
4a254064
...
...
@@ -287,7 +287,8 @@ send_ldap_response(
text
==
NULL
?
""
:
text
);
if
(
rc
!=
-
1
&&
ref
!=
NULL
)
{
rc
=
ber_printf
(
ber
,
"{V}"
,
ref
);
rc
=
ber_printf
(
ber
,
"t{V}"
,
LDAP_TAG_REFERRAL
,
ref
);
}
if
(
rc
!=
-
1
&&
sasldata
!=
NULL
)
{
...
...
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