]> git.kaiwu.me - haproxy.git/commit
MINOR: sample: dont call the sample cast function "c_none"
authorThierry FOURNIER <tfournier@exceliance.fr>
Sat, 14 Dec 2013 13:55:04 +0000 (14:55 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 17 Mar 2014 17:06:07 +0000 (18:06 +0100)
commit0e9af557001a5c0b8184135d439ce2b532b8e79a
tree47157742d0f26ae1b6f25644a92e5d77f6cfd219
parente1bcac5b8ff9385e9b094d765d7dd943a75c181a
MINOR: sample: dont call the sample cast function "c_none"

If the cast function to execute is c_none, dont execute it and return
true. The function c_none, do nothing. This save a call.
include/proto/sample.h
src/sample.c