CLEANUP: acl: move the 3 remaining sample fetches to samples.c
authorWilly Tarreau <w@1wt.eu>
Thu, 25 Jul 2013 10:17:57 +0000 (12:17 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 25 Jul 2013 13:00:37 +0000 (15:00 +0200)
commit5b8ad22228d95adf8aaf3bdb79fa07f447adff1b
tree2eebee68e4b05cc3953bfab7f62cd6cf67720bc7
parent18387e2e486fb3d6c1623c1911752639622288d2
CLEANUP: acl: move the 3 remaining sample fetches to samples.c

There is no more reason for having "always_true", "always_false" and "env"
in acl.c while they're the most basic sample fetch keywords, so let's move
them to sample.c where it's easier to find them.
src/acl.c
src/sample.c