mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-05 17:14:59 -04:00
MINOR: tcpcheck: reintroduce proxy_parse_tcpcheck() symbol
Remove the proxy_parse_tcpcheck() static keyword.
This commit is contained in:
parent
910a182f05
commit
ed208b7e0f
1 changed files with 2 additions and 2 deletions
|
|
@ -5334,8 +5334,8 @@ static int do_parse_tcp_check_opt(char **args, int cur_arg, struct proxy *curpx,
|
|||
}
|
||||
|
||||
/* Parses the "tcp-check" proxy keyword */
|
||||
static int proxy_parse_tcpcheck(char **args, int section, struct proxy *curpx, const struct proxy *defpx,
|
||||
const char *file, int line, char **errmsg)
|
||||
int proxy_parse_tcpcheck(char **args, int section, struct proxy *curpx, const struct proxy *defpx,
|
||||
const char *file, int line, char **errmsg)
|
||||
{
|
||||
struct tcpcheck_ruleset *rs = NULL;
|
||||
int ret = 0, ret2;
|
||||
|
|
|
|||
Loading…
Reference in a new issue