mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-20 10:35:50 +00:00
Some code cleanups tagged by static analysis
This commit is contained in:
@@ -542,7 +542,7 @@ void
|
||||
ManifestCache::save(
|
||||
DatabaseCon& dbCon,
|
||||
std::string const& dbTable,
|
||||
std::function<bool(PublicKey const&)> isTrusted)
|
||||
std::function<bool(PublicKey const&)> const& isTrusted)
|
||||
{
|
||||
std::lock_guard lock{apply_mutex_};
|
||||
auto db = dbCon.checkoutDb();
|
||||
|
||||
Reference in New Issue
Block a user