mirror of
https://github.com/nmap/nmap.git
synced 2025-12-26 09:29:01 +00:00
Use the new API that nsock provides for proxychain parsing/handling.
This commit is contained in:
@@ -136,7 +136,7 @@ NmapOps::~NmapOps() {
|
||||
portlist = NULL;
|
||||
}
|
||||
if (proxy_chain) {
|
||||
free(proxy_chain);
|
||||
nsock_proxychain_delete(proxy_chain);
|
||||
proxy_chain = NULL;
|
||||
}
|
||||
if (exclude_spec) {
|
||||
|
||||
Reference in New Issue
Block a user