Merge pull request #1048 from notlesh/fix-mindless-typo-whitelist-2020-01-16

Fix HaveReceivedWhitelist() typo
pull/1056/head
Jeff 5 years ago committed by GitHub
commit 23be938ee4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -53,7 +53,7 @@ namespace llarp
RCLookupHandler::HaveReceivedWhitelist()
{
util::Lock l(&_mutex);
return whitelistRouters.empty();
return not whitelistRouters.empty();
}
void

Loading…
Cancel
Save