mirror of
https://github.com/cuberite/libevent.git
synced 2025-08-16 15:46:07 -04:00
variable redefinition in win32_dispatch
(cherry picked from commit f10aaea37433b60ed3e0b7adcc7b1764c8b0b518)
This commit is contained in:
parent
65a002a8e5
commit
0970e25c23
@ -352,7 +352,6 @@ win32_dispatch(struct event_base *base, struct timeval *tv)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (win32op->writeset_out->fd_count) {
|
if (win32op->writeset_out->fd_count) {
|
||||||
SOCKET s;
|
|
||||||
i = evutil_weakrand_range_(&base->weakrand_seed,
|
i = evutil_weakrand_range_(&base->weakrand_seed,
|
||||||
win32op->writeset_out->fd_count);
|
win32op->writeset_out->fd_count);
|
||||||
for (j=0; j<win32op->writeset_out->fd_count; ++j) {
|
for (j=0; j<win32op->writeset_out->fd_count; ++j) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user