diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2003-04-17 03:51:06 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2003-04-17 03:51:06 +0000 |
| commit | 82c459bef8f352e579f9fb927f6bace93284307d (patch) | |
| tree | 6fc706768a59961d85ece4f8621caa2a94fb61f8 /usr.sbin | |
| parent | 909928b6ea3b819a68bd674c74c4beae6119dacd (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/pkg_install/lib/url.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pkg_install/lib/url.c b/usr.sbin/pkg_install/lib/url.c index f43e464c4d5c..5ee33f367477 100644 --- a/usr.sbin/pkg_install/lib/url.c +++ b/usr.sbin/pkg_install/lib/url.c @@ -89,7 +89,7 @@ fileGetURL(const char *base, const char *spec) else strcpy(fname, spec); - if ((ftp = fetchGetURL(fname, Verbose ? "v" : "")) == NULL) { + if ((ftp = fetchGetURL(fname, Verbose ? "v" : NULL)) == NULL) { printf("Error: FTP Unable to get %s: %s\n", fname, fetchLastErrString); return NULL; |
