summaryrefslogtreecommitdiff
path: root/bin/bbackupd/BackupDaemon.cpp
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2010-06-06 15:12:20 +0000
committerChris Wilson <chris+github@qwirx.com>2010-06-06 15:12:20 +0000
commit03c09a7085382693f80a91aebb09b8ada429e704 (patch)
tree15aaee6f7b068f58016af2770a06bd4e81bb6df7 /bin/bbackupd/BackupDaemon.cpp
parent90ce1105466ef4f09c3370344c55ae9710d38f9f (diff)
Add support for account numbers greater than 0x7fffffff without wrapping.
Diffstat (limited to 'bin/bbackupd/BackupDaemon.cpp')
-rw-r--r--bin/bbackupd/BackupDaemon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/bbackupd/BackupDaemon.cpp b/bin/bbackupd/BackupDaemon.cpp
index c02cb031..e0063494 100644
--- a/bin/bbackupd/BackupDaemon.cpp
+++ b/bin/bbackupd/BackupDaemon.cpp
@@ -743,7 +743,7 @@ void BackupDaemon::RunSyncNow()
mTlsContext,
conf.GetKeyValue("StoreHostname"),
conf.GetKeyValueInt("StorePort"),
- conf.GetKeyValueInt("AccountNumber"),
+ conf.GetKeyValueUint32("AccountNumber"),
conf.GetKeyValueBool("ExtendedLogging"),
conf.KeyExists("ExtendedLogFile"),
extendedLogFile, *mpProgressNotifier