summaryrefslogtreecommitdiff
path: root/bin/bbstored
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2012-05-03 10:21:05 +0000
committerChris Wilson <chris+github@qwirx.com>2012-05-03 10:21:05 +0000
commitee4de841e21d3737433d0868ba3661f0cc831224 (patch)
tree95ab8c5309b67394412ffc736d43f33458c017c2 /bin/bbstored
parente1208a848021eed4fee38f5b4318bc1134b0a178 (diff)
Use the correct default config file for bbstored, thanks Pete!
Diffstat (limited to 'bin/bbstored')
-rw-r--r--bin/bbstored/bbstored.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/bbstored/bbstored.cpp b/bin/bbstored/bbstored.cpp
index a0325d21..2c18b4fc 100644
--- a/bin/bbstored/bbstored.cpp
+++ b/bin/bbstored/bbstored.cpp
@@ -24,7 +24,7 @@ int main(int argc, const char *argv[])
BackupStoreDaemon daemon;
- return daemon.Main(BOX_GET_DEFAULT_BBACKUPD_CONFIG_FILE, argc, argv);
+ return daemon.Main(BOX_GET_DEFAULT_BBSTORED_CONFIG_FILE, argc, argv);
MAINHELPER_END
}