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
a505d0c1
Commit
a505d0c1
authored
Jun 13, 2003
by
Howard Chu
Browse files
ITS
#2587
fix failure return from telephoneNumberNormalize
parent
0c8a4b17
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/schema_init.c
View file @
a505d0c1
...
...
@@ -1291,6 +1291,7 @@ telephoneNumberNormalize(
if
(
normalized
->
bv_len
==
0
)
{
sl_free
(
normalized
->
bv_val
,
ctx
);
normalized
->
bv_val
=
NULL
;
return
LDAP_INVALID_SYNTAX
;
}
...
...
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