]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: sample: support cast from bool to string
authorWilly Tarreau <w@1wt.eu>
Fri, 21 Dec 2012 16:38:05 +0000 (17:38 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 21 Dec 2012 16:57:05 +0000 (17:57 +0100)
commitd167e6d9fb6125dc3f4138aa8bc764aa88a8bc6a
tree137ed1f978e85156d897db4dd12ccad051d04809
parent8a3f52fc2e60f6c274af0f781d54d0d9b91e349c
MINOR: sample: support cast from bool to string

Samples could be converted from bool to int and from int to string but
not from bool to string. Let's add this.
src/sample.c