X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=cups%2Fhttp-support.c;h=3a6aee436385374a1faea0f4c4ca5c7e5fe88ba2;hb=2fb7629816992611a1358912ea8b67eebbf7743d;hp=3382d483d89693a1637cd6559efc8d7af676269a;hpb=cc9a7e967e8a95fcbab146241ae142d55a3ef9d6;p=thirdparty%2Fcups.git diff --git a/cups/http-support.c b/cups/http-support.c index 3382d483d..3a6aee436 100644 --- a/cups/http-support.c +++ b/cups/http-support.c @@ -1016,7 +1016,7 @@ httpSeparateURI( "0123456789" "-._~" "%" - "!$&'()*+,;=", *ptr)) + "!$&'()*+,;=\\", *ptr)) { *host = '\0'; return (HTTP_URI_BAD_HOSTNAME);