CLEANUP: cleanup a commentary in pcli_parse_request()

Remove '1' from a commentary in pcli_parse_request()
This commit is contained in:
William Lallemand 2022-02-02 14:07:08 +01:00
parent a5ce28ba7c
commit fe618fbd0c

View File

@ -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')