From: Willy Tarreau Date: Fri, 27 May 2022 14:26:31 +0000 (+0200) Subject: DEV: flags: fix "siet" shortcut name X-Git-Tag: v2.6-dev12~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0cf0a0458c23abb6ca8852514f0d470f90e68590;p=thirdparty%2Fhaproxy.git DEV: flags: fix "siet" shortcut name It "si->et" was changed to "strm->et" by commit 09b3c5559 ("DEV: flags: No longer dump SI flags") but this shortcut was missed. --- diff --git a/dev/flags/flags.c b/dev/flags/flags.c index b53df6c119..5f00c6f3d2 100644 --- a/dev/flags/flags.c +++ b/dev/flags/flags.c @@ -21,7 +21,7 @@ // command line names, must be in exact same order as the SHOW_AS_* flags above // so that show_as_words[i] matches flag 1U<