Small fix thingie.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@6110 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
161fa66d55
commit
c8e844c0bb
1 changed files with 1 additions and 1 deletions
|
@ -802,7 +802,7 @@ static void HTTP_ClientEPolled(struct epollctx_s *pubctx, unsigned int ev)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
ev.data.ptr = &cl->pub;
|
ev.data.ptr = &cl->pub;
|
||||||
epoll_ctl(cl->epfd, EPOLL_CTL_ADD, cl->datasock, &ev);
|
epoll_ctl(cl->epfd, EPOLL_CTL_MOD, cl->datasock, &ev);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue