commit | fe618fbd0c5ebb3c52e0723d2a9e8cc6308f21e0 | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.org> | Wed Feb 02 14:07:08 2022 +0100 |
committer | William Lallemand <wlallemand@haproxy.org> | Wed Feb 02 15:51:12 2022 +0100 |
tree | 7ddc4d844a3dbc9e910d3e57a922245f4ab4dfd3 | |
parent | a5ce28ba7c36f62a918d6f1587c91bc2c10b4c3f [diff] |
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 841a88d..113ab43 100644 --- a/src/cli.c +++ b/src/cli.c
@@ -2402,7 +2402,7 @@ 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')