mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Added missing initializer.
This commit is contained in:
parent
641d63efb4
commit
91af533ca2
1 changed files with 1 additions and 0 deletions
|
|
@ -171,6 +171,7 @@ struct proxy_chain_context *proxy_chain_context_new(nsock_pool nspool) {
|
|||
struct proxy_chain_context *ctx;
|
||||
|
||||
ctx = (struct proxy_chain_context *)safe_malloc(sizeof(struct proxy_chain_context));
|
||||
ctx->px_chain = nsp->px_chain;
|
||||
ctx->px_state = PROXY_STATE_INITIAL;
|
||||
ctx->px_current = GH_LIST_FIRST_ELEM(&nsp->px_chain->nodes);
|
||||
return ctx;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue