summaryrefslogtreecommitdiffstats
path: root/src/cfgparse-tcp.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/cfgparse-tcp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cfgparse-tcp.c b/src/cfgparse-tcp.c
index a4f6f29..2f68daf 100644
--- a/src/cfgparse-tcp.c
+++ b/src/cfgparse-tcp.c
@@ -169,6 +169,8 @@ static int bind_parse_namespace(char **args, int cur_arg, struct proxy *px, stru
ha_alert("Cannot open namespace '%s'.\n", args[cur_arg + 1]);
return ERR_ALERT | ERR_FATAL;
}
+ global.last_checks |= LSTCHK_SYSADM;
+
return 0;
}
#endif