diff --git a/src/proto_tcp.c b/src/proto_tcp.c index b664831ba..5e12b9990 100644 --- a/src/proto_tcp.c +++ b/src/proto_tcp.c @@ -1698,7 +1698,6 @@ static int bind_parse_interface(char **args, int cur_arg, struct proxy *px, stru l->interface = strdup(args[cur_arg + 1]); } - global.last_checks |= LSTCHK_NETADM; return 0; } #endif