From 83168b064c9e4484f1f56ff9e5079afd54233f5d Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sat, 13 Feb 1999 16:19:33 +0000 Subject: [PATCH] (copy_stream): initialize `werr' git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5353 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/ftp/ftp/ftp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appl/ftp/ftp/ftp.c b/appl/ftp/ftp/ftp.c index 00ac3c8fb..ea205ba02 100644 --- a/appl/ftp/ftp/ftp.c +++ b/appl/ftp/ftp/ftp.c @@ -553,7 +553,7 @@ copy_stream (FILE * from, FILE * to) static char *buf; int n; int bytes = 0; - int werr; + int werr = 0; int hashbytes = HASHBYTES; struct stat st;