aboutsummaryrefslogtreecommitdiffstats
path: root/www/tinyproxy/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'www/tinyproxy/files/patch-ab')
-rw-r--r--www/tinyproxy/files/patch-ab11
1 files changed, 0 insertions, 11 deletions
diff --git a/www/tinyproxy/files/patch-ab b/www/tinyproxy/files/patch-ab
deleted file mode 100644
index cec1a7178e78..000000000000
--- a/www/tinyproxy/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/reqs.c.dist Fri May 17 15:37:16 2002
-+++ src/reqs.c Fri May 17 15:38:04 2002
-@@ -783,7 +783,7 @@
- &data,
- (void**)&header);
-
-- if (!is_anonymous_enabled() || anonymous_search(data) <= 0) {
-+ if (!is_anonymous_enabled() || anonymous_search(data) > 0) {
- ret = write_message(connptr->server_fd,
- "%s: %s\r\n",
- data, header);