diff --git a/include/haproxy/applet.h b/include/haproxy/applet.h index 261adfa1d..6eec621b4 100644 --- a/include/haproxy/applet.h +++ b/include/haproxy/applet.h @@ -645,7 +645,7 @@ static inline int applet_getword(const struct appctx *appctx, char *str, int len } p = b_head(buf); - + ret = 0; while (max) { *str++ = *p; ret++;