Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
James Lowden
OpenLDAP
Commits
c347f56b
Commit
c347f56b
authored
Nov 02, 2020
by
Quanah Gibson-Mount
Browse files
ITS#9379 - Fix prev commit for RE24 debug statement styling
parent
b1b0942a
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/daemon.c
View file @
c347f56b
...
...
@@ -1426,7 +1426,7 @@ slap_open_listener(
if
(
lud
->
lud_dn
&&
lud
->
lud_dn
[
0
]
)
{
sprintf
(
(
char
*
)
url
,
"%s://%s/"
,
lud
->
lud_scheme
,
lud
->
lud_host
);
Debug
(
LDAP_DEBUG_ANY
,
"daemon: listener URL %s<junk> DN must be absent (%s)
\n
"
,
url
,
lud
->
lud_dn
);
url
,
lud
->
lud_dn
,
0
);
ldap_free_urldesc
(
lud
);
return
-
1
;
}
...
...
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