Skip to content

Commit

Permalink
Adds missing initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
nnposter committed Jan 21, 2019
1 parent 453cd5e commit 88b4a4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ncat/ncat_connect.c
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,7 @@ static int do_proxy_http(void)
return -1;
}

request = NULL;
status_line = NULL;
header = NULL;

Expand Down

0 comments on commit 88b4a4b

Please sign in to comment.