mirror of
https://github.com/transmission/transmission
synced 2024-12-23 08:13:27 +00:00
fix: incorret log message in global-ip-cache.cc
(#5769)
This commit is contained in:
parent
78367c098f
commit
8d0788dd9e
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ tr_global_ip_cache::~tr_global_ip_cache()
|
|||
global_addr_mutex_[TR_AF_INET], global_addr_mutex_[TR_AF_INET6],
|
||||
source_addr_mutex_[TR_AF_INET], source_addr_mutex_[TR_AF_INET6] };
|
||||
|
||||
if (std::all_of(
|
||||
if (!std::all_of(
|
||||
std::begin(is_updating_),
|
||||
std::end(is_updating_),
|
||||
[](is_updating_t const& v) { return v == is_updating_t::ABORT; }))
|
||||
|
|
Loading…
Reference in a new issue