From fe618fbd0c5ebb3c52e0723d2a9e8cc6308f21e0 Mon Sep 17 00:00:00 2001 From: William Lallemand Date: Wed, 2 Feb 2022 14:07:08 +0100 Subject: [PATCH] CLEANUP: cleanup a commentary in pcli_parse_request() Remove '1' from a commentary in pcli_parse_request() --- src/cli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli.c b/src/cli.c index 841a88dc9..113ab438c 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')