mirror of
https://github.com/nmap/nmap.git
synced 2026-08-27 03:48:14 +00:00
Silence a compiler warning on VS2013: not all code paths return a value
This commit is contained in:
parent
16bbe3719c
commit
7797826e5d
1 changed files with 1 additions and 0 deletions
|
|
@ -375,6 +375,7 @@ static struct proxy_node *proxy_node_new(char *proxystr) {
|
|||
}
|
||||
}
|
||||
fatal("Invalid protocol in proxy specification string: %s", proxystr);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
struct proxy_parser *proxy_parser_new(const char *proxychainstr) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue