summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bin/bbstoreaccounts/bbstoreaccounts.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/bbstoreaccounts/bbstoreaccounts.cpp b/bin/bbstoreaccounts/bbstoreaccounts.cpp
index 8a00e3b9..15b9fff6 100644
--- a/bin/bbstoreaccounts/bbstoreaccounts.cpp
+++ b/bin/bbstoreaccounts/bbstoreaccounts.cpp
@@ -147,7 +147,7 @@ bool GetWriteLockOnAccount(NamedLock &rLock, const std::string rRootDir, int Dis
// Couldn't lock the account -- just stop now
BOX_ERROR("Failed to lock the account, did not change limits. "
"Try again later.");
- return 1;
+ return false;
}
return gotLock;