changeset 267:81958b35f74d

NANP validation: allow made-up area codes of N9X form
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 13 Nov 2023 15:28:09 -0800
parents 556cd78f750a
children d6630a2d6e80
files libutil/nanp_valid.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libutil/nanp_valid.c	Mon Nov 13 15:18:09 2023 -0800
+++ b/libutil/nanp_valid.c	Mon Nov 13 15:28:09 2023 -0800
@@ -10,8 +10,6 @@
 		return(0);
 	if (s[1] == '1' && s[2] == '1')
 		return(0);
-	if (s[1] == '9')
-		return(0);
 	/* validate exchange part */
 	if (s[3] < '2')
 		return(0);