Enforce proper variable initialization.

This commit is contained in:
henri 2012-07-03 12:19:24 +00:00
parent 1e422f344c
commit f7ba1847cf

View file

@ -235,7 +235,7 @@ int epoll_iod_modify(mspool *nsp, msiod *iod, int ev_set, int ev_clr) {
}
int epoll_loop(mspool *nsp, int msec_timeout) {
int results_left;
int results_left = 0;
int event_msecs; /* msecs before an event goes off */
int combined_msecs;
int sock_err = 0;