1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

Adds missing initialization

This commit is contained in:
nnposter
2019-01-21 03:25:54 +00:00
parent 453cd5ea53
commit 88b4a4b65e

View File

@@ -445,6 +445,7 @@ static int do_proxy_http(void)
return -1;
}
request = NULL;
status_line = NULL;
header = NULL;