summaryrefslogtreecommitdiff
path: root/lib/backupstore/BackupCommands.cpp
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2014-02-09 16:39:40 +0000
committerChris Wilson <chris+github@qwirx.com>2014-02-09 16:39:40 +0000
commitc7d7ad5dd7d158866da84edce1b2adb4a77d517c (patch)
tree4abcb3cb77882ace5e1a915d49c70aea50302854 /lib/backupstore/BackupCommands.cpp
parent154751aa33300ffb4ae1bb50b9307b0ce5424be1 (diff)
Rename BackupStoreInfo variable NumFiles to NumCurrentFiles.
Will hopefully prevent future confusion about the meaning of this info variable.
Diffstat (limited to 'lib/backupstore/BackupCommands.cpp')
-rw-r--r--lib/backupstore/BackupCommands.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/backupstore/BackupCommands.cpp b/lib/backupstore/BackupCommands.cpp
index 43f7c4a2..471ed56a 100644
--- a/lib/backupstore/BackupCommands.cpp
+++ b/lib/backupstore/BackupCommands.cpp
@@ -990,7 +990,7 @@ std::auto_ptr<BackupProtocolMessage> BackupProtocolGetAccountUsage2::DoCommand(
COPY(BlocksInDirectories);
COPY(BlocksSoftLimit);
COPY(BlocksHardLimit);
- usage->SetNumCurrentFiles(info.GetNumFiles());
+ COPY(NumCurrentFiles);
COPY(NumOldFiles);
COPY(NumDeletedFiles);
COPY(NumDirectories);