summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bin/bbstoreaccounts/bbstoreaccounts.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/bbstoreaccounts/bbstoreaccounts.cpp b/bin/bbstoreaccounts/bbstoreaccounts.cpp
index 15b9fff6..6f079d30 100644
--- a/bin/bbstoreaccounts/bbstoreaccounts.cpp
+++ b/bin/bbstoreaccounts/bbstoreaccounts.cpp
@@ -147,7 +147,6 @@ 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 false;
}
return gotLock;