Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
openldap
OpenLDAP
Commits
f3594279
Commit
f3594279
authored
Jun 20, 2000
by
Kurt Zeilenga
Browse files
Use SLAPD_COMPARE_UNDEFINED
parent
4e3c32d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/schema_prep.c
View file @
f3594279
...
...
@@ -44,11 +44,12 @@ objectClassMatch(
}
/* desc form, return undefined */
return
L
D
AP_CO
NSTRAINT_VIOLATION
;
return
S
LAP
D
_CO
MPARE_UNDEFINED
;
}
if
(
oc
==
NULL
)
{
return
LDAP_CONSTRAINT_VIOLATION
;
/* unrecognized stored value */
return
SLAPD_COMPARE_UNDEFINED
;
}
#if 0
...
...
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