Re: [PATCH] examples/haproxy.init: missing brace in quiet_check()

2015-11-01 Thread Willy Tarreau
On Sat, Oct 31, 2015 at 08:29:56PM -0700, jesse.de...@asu.edu wrote: > There is a missing curly brace in the quiet_check function of the example > init script. Applied, thanks. Willy

[PATCH] examples/haproxy.init: missing brace in quiet_check()

2015-10-31 Thread jesse . defer
There is a missing curly brace in the quiet_check function of the example init script. --- examples/haproxy.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/haproxy.init b/examples/haproxy.init index d02c367..f08fcb0 100644 --- a/examples/haproxy.init +++ b/exampl