Gentoo Archives: gentoo-commits

From: "Christian Ruppert (idl0r)" <idl0r@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-proxy/haproxy/files: haproxy-1.5_beta16-stats.patch
Date: Wed, 26 Dec 2012 00:58:03
Message-Id: 20121226005752.2B97E2171E@flycatcher.gentoo.org
1 idl0r 12/12/26 00:57:52
2
3 Added: haproxy-1.5_beta16-stats.patch
4 Log:
5 Version bump
6
7 (Portage version: 2.1.11.31/cvs/Linux i686, signed Manifest commit with key B427ABC8)
8
9 Revision Changes Path
10 1.1 net-proxy/haproxy/files/haproxy-1.5_beta16-stats.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/haproxy/files/haproxy-1.5_beta16-stats.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/haproxy/files/haproxy-1.5_beta16-stats.patch?rev=1.1&content-type=text/plain
14
15 Index: haproxy-1.5_beta16-stats.patch
16 ===================================================================
17 diff --git a/src/proto_http.c b/src/proto_http.c
18 index c715828..535c159 100644
19 --- a/src/proto_http.c
20 +++ b/src/proto_http.c
21 @@ -3117,7 +3117,7 @@ http_check_access_rule(struct proxy *px, struct list *rules, struct session *s,
22 }
23 }
24 }
25 - return rule;
26 + return NULL;
27 }
28
29 /* This stream analyser runs all HTTP request processing which is common to