1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-14 19:59:02 +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; return -1;
} }
request = NULL;
status_line = NULL; status_line = NULL;
header = NULL; header = NULL;