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
aa6ed3d4
Commit
aa6ed3d4
authored
Jun 19, 2000
by
Kurt Zeilenga
Browse files
Fix typo in last commit
parent
3bacb800
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/schema_prep.c
View file @
aa6ed3d4
...
...
@@ -37,7 +37,7 @@ objectClassMatch(
ObjectClass
*
asserted
=
oc_find
(
a
->
bv_val
);
if
(
asserted
==
NULL
)
{
if
(
isdigit
(
*
value
.
bv_val
)
)
{
if
(
isdigit
(
*
value
->
bv_val
)
)
{
/* OID form, return FALSE */
*
matchp
=
1
;
return
LDAP_SUCCESS
;
...
...
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