]> andersk Git - moira.git/commitdiff
Don't need to work around this Ingres bug from 15 years ago anymore.
authorzacheiss <zacheiss>
Fri, 16 May 2003 15:28:06 +0000 (15:28 +0000)
committerzacheiss <zacheiss>
Fri, 16 May 2003 15:28:06 +0000 (15:28 +0000)
server/qrtn.pc

index a7c0ddf61f5070dec80fa668f58959d5a23cd672..bdb16f1619fc34f919df23c2e17267af1eef74dc 100644 (file)
@@ -559,9 +559,6 @@ int mr_verify_query(client *cl, struct query *q, int argc, char *argv_ro[])
       if (*fr)
        return MR_ARG_TOO_LONG;
       *to = '\0';
-
-      if (to > Argv[i] && *--to == '\\')
-       return MR_BAD_CHAR;
     }
 
   /* Check initial query access.  If we're acting as a proxy, only allow
This page took 0.031227 seconds and 5 git commands to generate.