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
openldap
OpenLDAP
Commits
8180326f
Commit
8180326f
authored
Apr 03, 2020
by
Howard Chu
Browse files
ITS
#9121
typos
parent
5d82ba49
Pipeline
#23
passed with stage
in 25 minutes and 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/overlays/dynlist.c
View file @
8180326f
...
...
@@ -945,9 +945,9 @@ dynlist_filter_group( Operation *op, Filter *f, Filter *n, AttributeDescription
andf
=
andf
->
f_next
;
}
dnf
=
op
->
o_tmpalloc
(
sizeof
(
Filter
),
op
->
o_tmpmemctx
);
andf
1
->
f_choice
=
LDAP_FILTER_AND
;
andf
1
->
f_next
=
NULL
;
andf
1
->
f_list
=
dnf
;
andf
->
f_choice
=
LDAP_FILTER_AND
;
andf
->
f_next
=
NULL
;
andf
->
f_list
=
dnf
;
dnf
->
f_next
=
urif
;
if
(
ludp
->
lud_scope
==
LDAP_SCOPE_BASE
)
{
dnf
->
f_choice
=
LDAP_FILTER_EQUALITY
;
...
...
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