aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorAlexander Langer <alex@FreeBSD.org>2001-08-30 02:32:00 +0000
committerAlexander Langer <alex@FreeBSD.org>2001-08-30 02:32:00 +0000
commit52c15acab2f9783be1b923d3d68c41752a461456 (patch)
tree26d53a220b97f8ff322b4c1597297bc6768ba5b0 /usr.bin
parentf855f63e6a9f51cdc3fe3a671ea0a7b0c1176f4b (diff)
Notes
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/ftp/fetch.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ftp/fetch.c b/usr.bin/ftp/fetch.c
index ee31d3eaaecb..c9b46402924f 100644
--- a/usr.bin/ftp/fetch.c
+++ b/usr.bin/ftp/fetch.c
@@ -201,7 +201,7 @@ url_get(origline, proxyenv)
if (portnum != NULL)
*portnum++ = '\0';
}
-
+
if (debug)
printf("host %s, port %s, path %s, save as %s.\n",
host, portnum, uri, savefile);
@@ -569,7 +569,7 @@ bad_ftp_url:
*portnum++ = '\0';
} else { /* classic style `host:file' */
char *end_brace;
-
+
if (*host == '[' &&
(end_brace = strrchr(host, ']')) != NULL) {
/*IPv6 addr in []*/