1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-09 00:00:04 +01:00

coverity 156862 unused return value

Not exactly a problem...

Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
Andy Green 2016-01-19 21:27:44 +08:00
parent d3a5505542
commit 2ec7c85e99

View file

@ -126,7 +126,7 @@ lws_ext_parse_options(const struct lws_extension *ext, struct lws *wsi,
oa.len++;
set_arg:
m = ext->callback(lws_get_context(wsi),
ext->callback(lws_get_context(wsi),
ext, wsi, LWS_EXT_CB_OPTION_SET,
ext_user, (char *)&oa, 0);
if (len == 1)