Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
David Barchiesi
OpenLDAP
Commits
5c27f956
Commit
5c27f956
authored
Nov 27, 2020
by
Howard Chu
Browse files
ITS#9406 fix debug msg
parent
fa0f9754
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/saslauthz.c
View file @
5c27f956
...
...
@@ -486,6 +486,7 @@ authzPrettyNormal(
assert
(
val
!=
NULL
);
assert
(
!
BER_BVISNULL
(
val
)
);
BER_BVZERO
(
normalized
);
/*
* 2) dn[.{exact|children|subtree|onelevel}]:{*|<DN>}
...
...
@@ -904,7 +905,7 @@ authzPretty(
rc
=
authzPrettyNormal
(
val
,
out
,
ctx
,
0
);
Debug
(
LDAP_DEBUG_TRACE
,
"<<< authzPretty: <%s> (%d)
\n
"
,
out
->
bv_val
,
rc
);
out
->
bv_val
?
out
->
bv_val
:
"(null)"
,
rc
);
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