summaryrefslogtreecommitdiff
path: root/lib/backupstore/BackupCommands.cpp
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2014-02-07 20:22:51 +0000
committerChris Wilson <chris+github@qwirx.com>2014-02-07 20:22:51 +0000
commit08c9524181c53855e7d86df391388cab2c2b9ef0 (patch)
tree7eb2ac75e700f66126bd0280585c95530c656d8e /lib/backupstore/BackupCommands.cpp
parentda6005e284b8cf0f0cb98a68600c8a9ee678fedd (diff)
Rename BackupStoreContext.GetStoreRoot() to GetAccountRoot().
More accurate name for this 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 318ce55a..8f113a41 100644
--- a/lib/backupstore/BackupCommands.cpp
+++ b/lib/backupstore/BackupCommands.cpp
@@ -388,7 +388,7 @@ std::auto_ptr<BackupProtocolMessage> BackupProtocolGetFile::DoCommand(BackupProt
// Choose a temporary filename for the result of the combination
std::ostringstream fs;
- fs << rContext.GetStoreRoot() << ".recombinetemp." << p;
+ fs << rContext.GetAccountRoot() << ".recombinetemp." << p;
std::string tempFn =
RaidFileController::DiscSetPathToFileSystemPath(
rContext.GetStoreDiscSet(), fs.str(),