mirror of
https://github.com/haproxy/haproxy.git
synced 2026-06-14 20:10:32 -04:00
CLEANUP: config: Typo in comment.
This is for the recently merged dynamic cookie patch set.
This commit is contained in:
parent
2cb49ebbc4
commit
a5938f71e4
1 changed files with 1 additions and 1 deletions
|
|
@ -3310,7 +3310,7 @@ int cfg_parse_listen(const char *file, int linenum, char **args, int kwm)
|
|||
curproxy->cookie_maxlife = maxlife;
|
||||
cur_arg++;
|
||||
}
|
||||
else if (!strcmp(args[cur_arg], "dynamic")) { /* Dynamic persitent cookies secret key */
|
||||
else if (!strcmp(args[cur_arg], "dynamic")) { /* Dynamic persistent cookies secret key */
|
||||
|
||||
if (warnifnotcap(curproxy, PR_CAP_BE, file, linenum, args[cur_arg], NULL))
|
||||
err_code |= ERR_WARN;
|
||||
|
|
|
|||
Loading…
Reference in a new issue