summaryrefslogtreecommitdiffstats
path: root/usr.bin/ftp/fetch.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/ftp/fetch.c')
-rw-r--r--usr.bin/ftp/fetch.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/ftp/fetch.c b/usr.bin/ftp/fetch.c
index 0643e5d..ae5a2fa 100644
--- a/usr.bin/ftp/fetch.c
+++ b/usr.bin/ftp/fetch.c
@@ -114,10 +114,12 @@ url_get(origline, proxyenv)
s = -1;
proxy = NULL;
isftpurl = 0;
+ res0 = NULL;
#ifdef __GNUC__ /* XXX: to shut up gcc warnings */
(void)&savefile;
(void)&proxy;
+ (void)&res0;
#endif
line = strdup(origline);
OpenPOWER on IntegriCloud