From: William Lallemand Date: Wed, 2 Feb 2022 13:07:08 +0000 (+0100) Subject: CLEANUP: cleanup a commentary in pcli_parse_request() X-Git-Tag: v2.6-dev2~210 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fe618fbd0c5ebb3c52e0723d2a9e8cc6308f21e0;p=thirdparty%2Fhaproxy.git CLEANUP: cleanup a commentary in pcli_parse_request() Remove '1' from a commentary in pcli_parse_request() --- diff --git a/src/cli.c b/src/cli.c index 841a88dc9d..113ab438c9 100644 --- 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')