]> andersk Git - moira.git/commitdiff
Back out the validate_chars() portion of the empty string patch; V_CHAR
authorzacheiss <zacheiss>
Tue, 11 Mar 2003 07:07:57 +0000 (07:07 +0000)
committerzacheiss <zacheiss>
Tue, 11 Mar 2003 07:07:57 +0000 (07:07 +0000)
is used for too many things.

server/qvalidate.pc

index 5877935ff13a97b09358eb47c5b6bc207fbb2f2f..f07db30f47c27d5705e699dc519428724f4f7a91 100644 (file)
@@ -154,9 +154,6 @@ int validate_chars(char *argv[], struct valobj *vo)
   char *tname, *cname;
   EXEC SQL END DECLARE SECTION;
 
-  if (!*s)
-    return MR_RESERVED;
-
   /* check for bad characters */
   while (*s)
     {
This page took 0.172108 seconds and 5 git commands to generate.