summaryrefslogtreecommitdiff
path: root/bin/bbstored/bbstored.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bin/bbstored/bbstored.cpp')
-rw-r--r--bin/bbstored/bbstored.cpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/bin/bbstored/bbstored.cpp b/bin/bbstored/bbstored.cpp
index 21a9e5f1..a0325d21 100644
--- a/bin/bbstored/bbstored.cpp
+++ b/bin/bbstored/bbstored.cpp
@@ -24,13 +24,7 @@ int main(int argc, const char *argv[])
BackupStoreDaemon daemon;
- #ifdef WIN32
- return daemon.Main(BOX_GET_DEFAULT_BBACKUPD_CONFIG_FILE,
- argc, argv);
- #else
- return daemon.Main(BOX_FILE_BBSTORED_DEFAULT_CONFIG,
- argc, argv);
- #endif
+ return daemon.Main(BOX_GET_DEFAULT_BBACKUPD_CONFIG_FILE, argc, argv);
MAINHELPER_END
}