Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
ingo Voss
OpenLDAP
Commits
f64ee2ee
Commit
f64ee2ee
authored
Aug 05, 2020
by
Quanah Gibson-Mount
Browse files
ITS#9308 - ensure "i" is initialized
parent
766cd03a
Changes
1
Hide whitespace changes
Inline
Side-by-side
contrib/slapd-modules/allowed/allowed.c
View file @
f64ee2ee
...
...
@@ -338,7 +338,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
.
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