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
02dfc32d
Commit
02dfc32d
authored
Nov 27, 2020
by
Howard Chu
Committed by
Quanah Gibson-Mount
Dec 02, 2020
Browse files
ITS
#9406
fix debug msg
parent
6ed057b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/saslauthz.c
View file @
02dfc32d
...
...
@@ -488,6 +488,7 @@ authzPrettyNormal(
assert
(
val
!=
NULL
);
assert
(
!
BER_BVISNULL
(
val
)
);
BER_BVZERO
(
normalized
);
/*
* 2) dn[.{exact|children|subtree|onelevel}]:{*|<DN>}
...
...
@@ -906,7 +907,7 @@ authzPretty(
rc
=
authzPrettyNormal
(
val
,
out
,
ctx
,
0
);
Debug
(
LDAP_DEBUG_TRACE
,
"<<< authzPretty: <%s> (%d)
\n
"
,
out
->
bv_val
,
rc
,
0
);
out
->
bv_val
?
out
->
bv_val
:
"(null)"
,
rc
,
0
);
return
rc
;
}
...
...
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