mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-10 21:23:27 +01:00
p2p: only deinitialize what's been initialized in offline mode
This commit is contained in:
parent
1afc1d0d26
commit
2d48861db7
@ -655,10 +655,14 @@ namespace nodetool
|
||||
{
|
||||
kill();
|
||||
m_peerlist.deinit();
|
||||
|
||||
if (!m_offline)
|
||||
{
|
||||
m_net_server.deinit_server();
|
||||
// remove UPnP port mapping
|
||||
if(!m_no_igd)
|
||||
delete_upnp_port_mapping(m_listening_port);
|
||||
}
|
||||
return store_config();
|
||||
}
|
||||
//-----------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user