From f1aa9ebb08d617f4eeeebed70af202764f40ee90 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 9 Sep 2010 11:09:35 +0200 Subject: s3-utils: remove unused variable in smbget. Guenther --- source3/utils/smbget.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source3/utils/smbget.c b/source3/utils/smbget.c index b2fd894d0d..02ce46ee97 100644 --- a/source3/utils/smbget.c +++ b/source3/utils/smbget.c @@ -277,7 +277,6 @@ static int smb_download_file(const char *base, const char *name, int recursive, { int remotehandle, localhandle; time_t start_time = time_mono(NULL); - time_t now; const char *newpath; char path[SMB_MAXPATHLEN]; char checkbuf[2][RESUME_CHECK_SIZE]; -- cgit