]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: pattern: Merge function pattern_add() with pat_ref_push().
authorThierry FOURNIER <tfournier@exceliance.fr>
Tue, 28 Jan 2014 14:34:35 +0000 (15:34 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 17 Mar 2014 17:06:07 +0000 (18:06 +0100)
commitd25c842326832f8185d12de0a85cfae1a00b9a97
tree9313c2e1e558652ce55d251cd0a2194a9b0838e8
parentaa222aadb6ff870cc97ea99640ce5004411f9681
MINOR: pattern: Merge function pattern_add() with pat_ref_push().

The function Pattern_add() is only used by pat_ref_push(). This patch
remove the function pattern_add() and merge his code in the function
pat_ref_push().
src/pattern.c