From 90ce1105466ef4f09c3370344c55ae9710d38f9f Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sun, 6 Jun 2010 14:30:36 +0000 Subject: Compile fix for [2694]. --- bin/bbstored/bbstored.cpp | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'bin/bbstored') 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 } -- cgit v1.2.3