diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2017-08-18 18:20:36 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2017-08-18 18:20:36 +0000 |
| commit | 3954b52f282721e2aa32cdc81ebd81580ab1582b (patch) | |
| tree | e75256d2038ac4050cde8449be62a23b7fc36c0e /lib/libfetch/common.c | |
| parent | 208b7e81bf5b5fc1b044f3f096b5bcecb16146c1 (diff) | |
Notes
Diffstat (limited to 'lib/libfetch/common.c')
| -rw-r--r-- | lib/libfetch/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libfetch/common.c b/lib/libfetch/common.c index 78e214b0eb94..cc222cfc1719 100644 --- a/lib/libfetch/common.c +++ b/lib/libfetch/common.c @@ -291,7 +291,7 @@ fetch_resolve(const char *addr, int port, int af) goto syserr; service = sbuf; } else if (*sep != '\0') { - service = sep; + service = sep + 1; } else { service = NULL; } |
