Skip to content
Snippets Groups Projects
Commit a505d0c1 authored by Howard Chu's avatar Howard Chu
Browse files

ITS#2587 fix failure return from telephoneNumberNormalize

parent 0c8a4b17
No related branches found
No related tags found
No related merge requests found
......@@ -1291,6 +1291,7 @@ telephoneNumberNormalize(
if( normalized->bv_len == 0 ) {
sl_free( normalized->bv_val, ctx );
normalized->bv_val = NULL;
return LDAP_INVALID_SYNTAX;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment