]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/http-support.c
Import CUPS 1.4svn-r7041.
[thirdparty/cups.git] / cups / http-support.c
index 3382d483d89693a1637cd6559efc8d7af676269a..3a6aee436385374a1faea0f4c4ca5c7e5fe88ba2 100644 (file)
@@ -1016,7 +1016,7 @@ httpSeparateURI(
                         "0123456789"
                         "-._~"
                         "%"
-                        "!$&'()*+,;=", *ptr))
+                        "!$&'()*+,;=\\", *ptr))
        {
          *host = '\0';
          return (HTTP_URI_BAD_HOSTNAME);