summaryrefslogtreecommitdiffstats
path: root/source/client/clitar.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2005-12-03 06:58:54 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:05:42 -0500
commitcd192ed79a531c6775cdbfb35f0eb2e0fa230ce9 (patch)
tree11f77b17f9d01cc9a4152e44dd4d4029ddba3d03 /source/client/clitar.c
parentc65b752604f8f58abc4e7ae8514dc2c7f086271c (diff)
downloadsamba-cd192ed79a531c6775cdbfb35f0eb2e0fa230ce9.tar.gz
samba-cd192ed79a531c6775cdbfb35f0eb2e0fa230ce9.tar.xz
samba-cd192ed79a531c6775cdbfb35f0eb2e0fa230ce9.zip
r12045: More warning fixes... Just a few more to go.
Jeremy.
Diffstat (limited to 'source/client/clitar.c')
-rw-r--r--source/client/clitar.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/client/clitar.c b/source/client/clitar.c
index ad3387ffdda..5afe154cbbe 100644
--- a/source/client/clitar.c
+++ b/source/client/clitar.c
@@ -1097,6 +1097,8 @@ static void do_tarput(void)
char *longfilename = NULL, linkflag;
int skip = False;
+ ZERO_STRUCT(finfo);
+
GetTimeOfDay(&tp_start);
DEBUG(5, ("RJS do_tarput called ...\n"));