mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Added missing variable declaration, as reported by Gisle Vanem
This commit is contained in:
parent
d7d991477a
commit
a913288efa
1 changed files with 1 additions and 0 deletions
|
|
@ -81,6 +81,7 @@ static int test_case_run(const struct test_case *test) {
|
|||
#ifdef WIN32
|
||||
static int win_init(void) {
|
||||
WSADATA data;
|
||||
int rc;
|
||||
|
||||
rc = WSAStartup(MAKEWORD(2, 2), &data);
|
||||
if (rc)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue