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

COVA10022: no need to set stack var

This commit is contained in:
Andy Green 2019-07-13 12:09:22 -07:00
parent 0f941152f5
commit 87701e5012

View file

@ -29,7 +29,7 @@ _lws_change_pollfd(struct lws *wsi, int _and, int _or, struct lws_pollargs *pa)
#endif
struct lws_context_per_thread *pt;
struct lws_context *context;
int ret = 0, pa_events = 1;
int ret = 0, pa_events;
struct lws_pollfd *pfd;
int sampled_tid, tid;