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
Tero Saarni
OpenLDAP
Commits
18f78b44
Commit
18f78b44
authored
Feb 02, 2019
by
Howard Chu
Committed by
Quanah Gibson-Mount
Feb 13, 2019
Browse files
ITS
#8971
tweak prev commit
Check for BVISNULL, maybe rootDSE is a valid reqDN
parent
69b246fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/overlays/accesslog.c
View file @
18f78b44
...
...
@@ -1522,7 +1522,7 @@ static int accesslog_response(Operation *op, SlapReply *rs) {
e
=
accesslog_entry
(
op
,
rs
,
li
,
logop
,
&
op2
);
if
(
!
BER_BVIS
EMPTY
(
&
op
->
o_req_ndn
))
if
(
!
BER_BVIS
NULL
(
&
op
->
o_req_ndn
))
attr_merge_one
(
e
,
ad_reqDN
,
&
op
->
o_req_dn
,
&
op
->
o_req_ndn
);
if
(
rs
->
sr_text
)
{
...
...
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