mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-04-11 03:31:36 +00:00
CLEANUP: sample: Fix outdated comment about sample casts functions
The cast functions modify their output type as of commit:
b805f71d1b
v1.5-dev20 is the first tag containing this comment, the fix
should be backported to haproxy 1.5 and newer.
This commit is contained in:
parent
c555ee0c45
commit
ec6b0a2d18
@ -496,8 +496,6 @@ struct sample_conv *find_sample_conv(const char *kw, int len)
|
||||
|
||||
/******************************************************************/
|
||||
/* Sample casts functions */
|
||||
/* Note: these functions do *NOT* set the output type on the */
|
||||
/* sample, the caller is responsible for doing this on return. */
|
||||
/******************************************************************/
|
||||
|
||||
static int c_ip2int(struct sample *smp)
|
||||
|
Loading…
Reference in New Issue
Block a user