From f926ebbf23f93a08283c2dd5c8de44ef969d945f Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Thu, 4 Sep 2008 22:23:51 +0000 Subject: 25609: initialize sz variable. --- Src/Modules/zftp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/Modules') diff --git a/Src/Modules/zftp.c b/Src/Modules/zftp.c index af48e80aa..4679c56a6 100644 --- a/Src/Modules/zftp.c +++ b/Src/Modules/zftp.c @@ -2568,7 +2568,7 @@ zftp_getput(char *name, char **args, int flags) char *ln, *rest = NULL; off_t startat = 0; if (progress && (prog = getshfunc("zftp_progress")) != &dummy_eprog) { - off_t sz; + off_t sz = -1; /* * This calls the SIZE command to get the size for remote * files. Some servers send the size with the reply to -- cgit 1.4.1