]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: sample: accept fetch keywords without parenthesis
authorWilly Tarreau <w@1wt.eu>
Fri, 19 Oct 2012 14:47:23 +0000 (16:47 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 19 Oct 2012 14:47:23 +0000 (16:47 +0200)
commitf22a50836def254c778278f3f231fd77e853e886
tree507775cd0919fe2fb6e8d68c58e270a64d1d3495
parentad8f8e8ffb9bc619ad2e4c0783bcd744486df127
MINOR: sample: accept fetch keywords without parenthesis

fetch keywords which support arguments do not support being called
without parenthesis even if all arguments are optional. Let's fix
this to allow fetch keywords without parenthesis as is already done
in ACLs.
src/sample.c