mirror of
https://github.com/haproxy/haproxy.git
synced 2026-06-10 09:21:35 -04:00
CLEANUP: cleanup a commentary in pcli_parse_request()
Remove '1' from a commentary in pcli_parse_request()
This commit is contained in:
parent
a5ce28ba7c
commit
fe618fbd0c
1 changed files with 1 additions and 1 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Reference in a new issue