mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 04:22:55 +01:00
Merge #8715: net: only delete CConnman if it's been created
36fa01f
net: only delete CConnman if it's been created (Cory Fields)
This commit is contained in:
commit
881d7eaf29
@ -200,7 +200,6 @@ void Shutdown()
|
||||
pwalletMain->Flush(false);
|
||||
#endif
|
||||
MapPort(false);
|
||||
g_connman->Stop();
|
||||
g_connman.reset();
|
||||
|
||||
StopTorControl();
|
||||
|
@ -2205,6 +2205,7 @@ void CConnman::DeleteNode(CNode* pnode)
|
||||
|
||||
CConnman::~CConnman()
|
||||
{
|
||||
Stop();
|
||||
}
|
||||
|
||||
size_t CConnman::GetAddressCount() const
|
||||
|
Loading…
Reference in New Issue
Block a user