Skip to content
Snippets Groups Projects
Commit 2c8161c9 authored by Andy Green's avatar Andy Green
Browse files

coverity 83681 unused assignment

parent 31fc6ff5
Branches
Tags
No related merge requests found
......@@ -569,7 +569,7 @@ drain:
free(wsi->rxflow_buffer);
wsi->rxflow_buffer = NULL;
/* having drained the rxflow buffer, can rearm POLLIN */
n = _libwebsocket_rx_flow_control(wsi); /* n ignored, needed for NO_SERVER case */
_libwebsocket_rx_flow_control(wsi); /* n ignored, needed for NO_SERVER case */
}
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment