]> sjero.net Git - wget/blobdiff - src/ftp.c
[svn] Initialize local variable to shut up the compiler.
[wget] / src / ftp.c
index 9b8b51dfc625999d5dc50197857c36c014f4778e..d99ddb71db43a589ef6dc93d04bb7d090c666478 100644 (file)
--- a/src/ftp.c
+++ b/src/ftp.c
@@ -1029,7 +1029,8 @@ ftp_loop_internal (struct url *u, struct fileinfo *f, ccon *con)
 {
   int count, orig_lp;
   long restval, len;
-  char *tms, *tmrate, *locf;
+  char *tms, *locf;
+  char *tmrate = NULL;
   uerr_t err;
   struct stat st;