diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2016-12-09 16:14:55 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2016-12-09 16:14:55 +0000 |
| commit | 3af3efd11537c7bf40ed04be9696b9f5ae2011e9 (patch) | |
| tree | ea9ea150c6df21548108d5040fabe51546689923 | |
| parent | 12af734d320abfc852fbf5b2ba660872c86319f3 (diff) | |
Notes
| -rw-r--r-- | lib/libfetch/common.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libfetch/common.c b/lib/libfetch/common.c index 0e4ea2c7f427..41453143a11e 100644 --- a/lib/libfetch/common.c +++ b/lib/libfetch/common.c @@ -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"); |
