This commit is contained in:
jl777
2019-07-09 02:00:15 -11:00
parent ecc5aebc44
commit 9a3cf79c37
3 changed files with 11 additions and 8 deletions

View File

@@ -1843,7 +1843,7 @@ bool StopNode()
for (int i=0; i<MAX_OUTBOUND_CONNECTIONS; i++)
semOutbound->post();
if (fAddressesInitialized)
if (KOMODO_NSPV == 0 && fAddressesInitialized)
{
DumpAddresses();
fAddressesInitialized = false;