mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
More debugging code I missed in r309051.
Reported by: jbeich, jkim
This commit is contained in:
parent
12af734d32
commit
3af3efd115
1 changed files with 0 additions and 1 deletions
|
|
@ -335,7 +335,6 @@ fetch_connect(const char *host, int port, int af, int verbose)
|
|||
fetch_info("resolving server address: %s:%d", host, port);
|
||||
if ((sais = fetch_resolve(host, port, af)) == NULL)
|
||||
goto fail;
|
||||
fetch_info("resolved");
|
||||
|
||||
/* resolve client address */
|
||||
bindaddr = getenv("FETCH_BIND_ADDRESS");
|
||||
|
|
|
|||
Loading…
Reference in a new issue