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
Lukas However
OpenLDAP
Commits
32885d27
Commit
32885d27
authored
Jan 22, 2005
by
Pierangelo Masarati
Browse files
fix ITS#3506
parent
d5561ad0
Changes
1
Show whitespace changes
Inline
Side-by-side
servers/slapd/filterentry.c
View file @
32885d27
...
...
@@ -306,7 +306,7 @@ static int test_mra_filter(
}
/* check attrs in DN AVAs if required */
if
(
mra
->
ma_dnattrs
)
{
if
(
mra
->
ma_dnattrs
&&
!
BER_BVISNULL
(
&
e
->
e_nname
)
)
{
LDAPDN
dn
=
NULL
;
int
iRDN
,
iAVA
;
int
rc
;
...
...
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