mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-03-11 05:48:41 +00:00
BUILD: listener: avoir a build warning when threads are disabled
It's just a __decl_thread() that appeared before the last variable.
This commit is contained in:
parent
d48ed6643b
commit
0aa5a5b175
@ -762,8 +762,8 @@ void listener_accept(struct listener *l)
|
|||||||
*/
|
*/
|
||||||
for (; max_accept; next_conn = next_feconn = next_actconn = 0, max_accept--) {
|
for (; max_accept; next_conn = next_feconn = next_actconn = 0, max_accept--) {
|
||||||
unsigned int count;
|
unsigned int count;
|
||||||
__decl_thread(unsigned long mask);
|
|
||||||
int status;
|
int status;
|
||||||
|
__decl_thread(unsigned long mask);
|
||||||
|
|
||||||
/* pre-increase the number of connections without going too far.
|
/* pre-increase the number of connections without going too far.
|
||||||
* We process the listener, then the proxy, then the process.
|
* We process the listener, then the proxy, then the process.
|
||||||
|
Loading…
Reference in New Issue
Block a user