Don't send a domain-server check in when shutting down

This commit is contained in:
David Rowe 2015-12-17 09:52:34 +13:00
parent a422103e89
commit b25fc5be6c

View file

@ -234,6 +234,7 @@ void NodeList::addSetOfNodeTypesToNodeInterestSet(const NodeSet& setOfNodeTypes)
void NodeList::sendDomainServerCheckIn() {
if (_isShuttingDown) {
qCDebug(networking) << "Refusing to send a domain-server check in while shutting down.";
return;
}
if (_publicSockAddr.isNull()) {