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:
Spoike 2021-11-08 08:46:31 +00:00
parent 161fa66d55
commit c8e844c0bb

View file

@ -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