clean partial send handling warning

Reported-by: Michael Haberler <mail17@mah.priv.at>
Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
Andy Green 2014-05-22 11:12:15 +08:00
parent f77e6e33d1
commit dfca3abfa1

View file

@ -101,7 +101,7 @@ lws_issue_raw_ext_access(struct libwebsocket *wsi,
int ret;
struct lws_tokens eff_buf;
int m;
int n;
int n = 0;
eff_buf.token = (char *)buf;
eff_buf.token_len = len;