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
Nadezhda Ivanova
OpenLDAP
Commits
a7131df1
Commit
a7131df1
authored
Aug 22, 2002
by
Kurt Zeilenga
Browse files
Fix abstract oc check
parent
e885f85d
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/schema_check.c
View file @
a7131df1
...
...
@@ -262,10 +262,9 @@ entry_schema_check(
if
(
xc
->
soc_kind
==
LDAP_SCHEMA_AUXILIARY
&&
is_object_subclass
(
oc
,
xc
)
)
{
break
;;
xc
=
NULL
;
break
;
}
xc
=
NULL
;
}
}
...
...
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