Fix tinyproxy patch
authorFlorian Fainelli <florian@openwrt.org>
Thu, 30 Aug 2007 14:48:42 +0000 (14:48 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Thu, 30 Aug 2007 14:48:42 +0000 (14:48 +0000)
SVN-Revision: 8546

net/tinyproxy/patches/100-fix_typo.patch

index 7033e2f39a33f77e9f8823465b30611eabc89808..27e1e61f07eb25179c14935b65d627bf9133f163 100644 (file)
@@ -1,10 +1,12 @@
---- tinyproxy-1.6.3/src/reqs.c-orig     2007-08-29 13:20:53.000000000 -0500
-+++ tinyproxy-1.6.3/src/reqs.c  2007-08-29 13:21:53.000000000 -0500
+diff -urN tinyproxy-1.6.3/src/reqs.c tinyproxy-1.6.3.new/src/reqs.c
+--- tinyproxy-1.6.3/src/reqs.c 2004-08-06 18:56:55.000000000 +0200
++++ tinyproxy-1.6.3.new/src/reqs.c     2007-08-30 16:50:31.000000000 +0200
 @@ -726,7 +726,7 @@
-                                            request->host);
-
-                        indicate_http_error(connptr, 403, "Filtered",
--                                           "detail", "The request you made has been filted",
-+                                           "detail", "The request you made has been filtered",
-                                            "url", url,
-                                            NULL);
+                                           request->host);
+                       indicate_http_error(connptr, 403, "Filtered",
+-                                          "detail", "The request you made has been filted",
++                                          "detail", "The request you made has been filtered",
+                                           "url", url,
+                                           NULL);