mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-07 07:37:02 +02: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
@ -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);
|
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
|
/* End of words are ending by \0, we need to replace the \0s by spaces
|
||||||
1 before forwarding them */
|
before forwarding them */
|
||||||
p = str;
|
p = str;
|
||||||
while (p < end-1) {
|
while (p < end-1) {
|
||||||
if (*p == '\0')
|
if (*p == '\0')
|
||||||
|
Loading…
Reference in New Issue
Block a user