summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 471ed56a..43f7c4a2 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);
- COPY(NumCurrentFiles);
+ usage->SetNumCurrentFiles(info.GetNumFiles());
COPY(NumOldFiles);
COPY(NumDeletedFiles);
COPY(NumDirectories);