mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Enforce proper variable initialization.
This commit is contained in:
parent
1e422f344c
commit
f7ba1847cf
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue