diff options
Diffstat (limited to 'src/addrman.cpp')
-rw-r--r-- | src/addrman.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/addrman.cpp b/src/addrman.cpp index b9fee8f627..36cd28cc58 100644 --- a/src/addrman.cpp +++ b/src/addrman.cpp @@ -362,7 +362,7 @@ void CAddrMan::Attempt_(const CService& addr, bool fCountFailure, int64_t nTime) CAddrInfo CAddrMan::Select_(bool newOnly) { - if (size() == 0) + if (vRandom.empty()) return CAddrInfo(); if (newOnly && nNew == 0) |