X-Git-Url: https://git.piment-noir.org/?p=deb_shairplay.git;a=blobdiff_plain;f=debian%2Fpatches%2Fpasswd-auth-with-itunes.patch;fp=debian%2Fpatches%2Fpasswd-auth-with-itunes.patch;h=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hp=0a91596a5df05759403e2b4c1ec5c05dc4d0c004;hb=e11d53a834240787ecff395da0b573358b0aa584;hpb=e2e3f886d1d84f5ed217c1e9c09864f3e48ad2d1 diff --git a/debian/patches/passwd-auth-with-itunes.patch b/debian/patches/passwd-auth-with-itunes.patch index 0a91596..e69de29 100644 --- a/debian/patches/passwd-auth-with-itunes.patch +++ b/debian/patches/passwd-auth-with-itunes.patch @@ -1,12 +0,0 @@ ---- a/src/lib/raop.c.orig 2013-04-17 15:17:49.000000000 +0200 -+++ b/src/lib/raop.c 2014-03-24 23:22:30.000000000 +0100 -@@ -139,7 +139,7 @@ - } - - res = http_response_init("RTSP/1.0", 200, "OK"); -- if (strlen(raop->password)) { -+ if (strcmp(method, "OPTIONS") && strlen(raop->password)) { - const char *authorization; - - authorization = http_request_get_header(request, "Authorization"); -