summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2007-12-09 01:11:55 +0000
committerChris Wilson <chris+github@qwirx.com>2007-12-09 01:11:55 +0000
commitea8cc3daba44019769b42299cb49a9474eaf6726 (patch)
tree09866858b24da5fa41d9b5a17f69be7745cc1b5e
parent1641986f4959d3f998afecd6bcdc668de0a9c7f7 (diff)
Even simpler replacement for [1977].
-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;