1
0
mirror of https://github.com/nmap/nmap.git synced 2026-02-01 11:09:07 +00:00

Added missing variable declaration, as reported by Gisle Vanem

This commit is contained in:
henri
2014-08-10 13:22:09 +00:00
parent d7d991477a
commit a913288efa

View File

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