[Box Backup-commit] COMMIT r2812 - box/invisnet/vs2010/0.11/lib/backupclient

subversion at boxbackup.org subversion at boxbackup.org
Wed Dec 1 11:54:04 GMT 2010


Author: invisnet
Date: 2010-12-01 11:54:04 +0000 (Wed, 01 Dec 2010)
New Revision: 2812

Modified:
   box/invisnet/vs2010/0.11/lib/backupclient/BackupClientRestore.cpp
Log:
Uninitialized variable.

Modified: box/invisnet/vs2010/0.11/lib/backupclient/BackupClientRestore.cpp
===================================================================
--- box/invisnet/vs2010/0.11/lib/backupclient/BackupClientRestore.cpp	2010-12-01 11:42:56 UTC (rev 2811)
+++ box/invisnet/vs2010/0.11/lib/backupclient/BackupClientRestore.cpp	2010-12-01 11:54:04 UTC (rev 2812)
@@ -594,7 +594,7 @@
 				rLevel.mRestoredObjects.insert(en->GetObjectID());
 				
 				// Save restore info?
-				int64_t fileSize;
+				int64_t fileSize = 0;
 				bool exists = false;
 
 				try




More information about the Boxbackup-commit mailing list