summaryrefslogtreecommitdiff
path: root/bin/bbackupctl/bbackupctl.cpp
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2010-06-06 14:18:51 +0000
committerChris Wilson <chris+github@qwirx.com>2010-06-06 14:18:51 +0000
commita781743ecbb955be9e17d47a5714b19f1e17205d (patch)
tree44c308b0bf4fdff75c9ad45e64b4dffc4f166a06 /bin/bbackupctl/bbackupctl.cpp
parentd6aa5749dffa351de158af5bdb79b6897328fa98 (diff)
Replace BOX_FILE_BBACKUPD_DEFAULT_CONFIG with
BOX_GET_DEFAULT_BBACKUPD_CONFIG_FILE.
Diffstat (limited to 'bin/bbackupctl/bbackupctl.cpp')
-rw-r--r--bin/bbackupctl/bbackupctl.cpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/bin/bbackupctl/bbackupctl.cpp b/bin/bbackupctl/bbackupctl.cpp
index 8dc8f30e..39f15baf 100644
--- a/bin/bbackupctl/bbackupctl.cpp
+++ b/bin/bbackupctl/bbackupctl.cpp
@@ -67,13 +67,7 @@ int main(int argc, const char *argv[])
Logging::SetProgramName("bbackupctl");
// Filename for configuration file?
- std::string configFilename;
-
- #ifdef WIN32
- configFilename = BOX_GET_DEFAULT_BBACKUPD_CONFIG_FILE;
- #else
- configFilename = BOX_FILE_BBACKUPD_DEFAULT_CONFIG;
- #endif
+ std::string configFilename = BOX_GET_DEFAULT_BBACKUPD_CONFIG_FILE;
// Quiet?
bool quiet = false;