summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2008-05-28 12:14:38 +0000
committerChris Wilson <chris+github@qwirx.com>2008-05-28 12:14:38 +0000
commit806476d58f0383b3e1a8a45b6462fb2cdbcf9c8d (patch)
tree81f1df0f41601200b1d68a244d644b5cd88ba39d
parent9b16225615e5416412d3a46ae97b0eccc744fa5c (diff)
Initialise the exists variable and fix its type.
-rw-r--r--lib/backupclient/BackupClientRestore.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/backupclient/BackupClientRestore.cpp b/lib/backupclient/BackupClientRestore.cpp
index 605fe30a..b1c5cd0f 100644
--- a/lib/backupclient/BackupClientRestore.cpp
+++ b/lib/backupclient/BackupClientRestore.cpp
@@ -595,7 +595,7 @@ static int BackupClientRestoreDir(BackupProtocolClient &rConnection,
// Save restore info?
int64_t fileSize;
- int exists;
+ bool exists = false;
try
{