]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: stick-table: remove the now duplicate find_stktable() function
authorWilly Tarreau <w@1wt.eu>
Tue, 26 May 2015 10:08:07 +0000 (12:08 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 26 May 2015 10:08:07 +0000 (12:08 +0200)
commite2dc1fa8ca39f5a96b15c1de120bbf032af5c10c
treefbc064685b6a1cc2e78a04c52c230879f70cd006
parent63d38fda4a37da82c42936b0f2f339528480cf10
MEDIUM: stick-table: remove the now duplicate find_stktable() function

Since proxy_tbl_by_name() already does the same job, let's not keep
duplicate functions and use this one only.
include/proto/stick_table.h
src/cfgparse.c
src/dumpstats.c
src/hlua.c
src/sample.c
src/stick_table.c