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
b8f61d11
Commit
b8f61d11
authored
Aug 05, 2020
by
Quanah Gibson-Mount
Browse files
Merge remote-tracking branch 'origin/master' into OPENLDAP_REL_ENG_2_5
parents
14b7220d
1b3fcd4e
Pipeline
#669
passed with stage
in 37 minutes and 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
contrib/slapd-modules/allowed/allowed.c
View file @
b8f61d11
...
...
@@ -336,7 +336,7 @@ do_oc:;
ObjectClass
*
oc
;
for
(
oc_start
(
&
oc
);
oc
!=
NULL
;
oc_next
(
&
oc
)
)
{
for
(
i
=
0
,
oc_start
(
&
oc
);
oc
!=
NULL
;
oc_next
(
&
oc
)
)
{
/* we can only add AUXILIARY objectClasses */
if
(
oc
->
soc_kind
!=
LDAP_SCHEMA_AUXILIARY
)
{
continue
;
...
...
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