mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
ITS#2587 fix failure return from telephoneNumberNormalize
This commit is contained in:
parent
0c8a4b1756
commit
a505d0c1fa
@ -1291,6 +1291,7 @@ telephoneNumberNormalize(
|
||||
|
||||
if( normalized->bv_len == 0 ) {
|
||||
sl_free( normalized->bv_val, ctx );
|
||||
normalized->bv_val = NULL;
|
||||
return LDAP_INVALID_SYNTAX;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user