]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: cleanup a commentary in pcli_parse_request()
authorWilliam Lallemand <wlallemand@haproxy.org>
Wed, 2 Feb 2022 13:07:08 +0000 (14:07 +0100)
committerWilliam Lallemand <wlallemand@haproxy.org>
Wed, 2 Feb 2022 14:51:12 +0000 (15:51 +0100)
Remove '1' from a commentary in pcli_parse_request()

src/cli.c

index 841a88dc9db91ed62d14734a951ffc4c20152386..113ab438c9e9873e1632618f7be09c74a547bbe0 100644 (file)
--- a/src/cli.c
+++ b/src/cli.c
@@ -2402,7 +2402,7 @@ int pcli_parse_request(struct stream *s, struct channel *req, char **errmsg, int
        wtrim = pcli_find_and_exec_kw(s, args, argl, errmsg, next_pid);
 
        /* End of words are ending by \0, we need to replace the \0s by spaces
-1         before forwarding them */
+          before forwarding them */
        p = str;
        while (p < end-1) {
                if (*p == '\0')