Refresh the patches list.
[deb_shairplay.git] / debian / patches / passwd-auth-with-itunes.patch
index 0a91596a5df05759403e2b4c1ec5c05dc4d0c004..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -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");
-