mirror of
https://github.com/CPunch/Laika.git
synced 2024-11-21 20:40:05 +00:00
variable redefinition in poll() path
This commit is contained in:
parent
0fc94802b1
commit
1d7efeba24
@ -96,7 +96,6 @@ void laikaP_rmvSock(struct sLaika_pollList *pList, struct sLaika_socket *sock) {
|
|||||||
LAIKA_WARN("epoll_ctl [DEL] failed\n");
|
LAIKA_WARN("epoll_ctl [DEL] failed\n");
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
int i;
|
|
||||||
|
|
||||||
/* search fds for socket, remove it and shrink array */
|
/* search fds for socket, remove it and shrink array */
|
||||||
for (i = 0; i < pList->fdCount; i++) {
|
for (i = 0; i < pList->fdCount; i++) {
|
||||||
|
Loading…
Reference in New Issue
Block a user