aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2016-09-14 10:16:18 +0200
committerWladimir J. van der Laan <[email protected]>2016-09-14 10:16:25 +0200
commit881d7eaf29f78591099dc167f6f0ae07ed3fbab7 (patch)
treef84faeade84e2796dd847b449ec6063097824a28 /src/init.cpp
parentMerge #8712: Remove maxuploadtargets recommended minimum (diff)
parentnet: only delete CConnman if it's been created (diff)
downloaddiscoin-881d7eaf29f78591099dc167f6f0ae07ed3fbab7.tar.xz
discoin-881d7eaf29f78591099dc167f6f0ae07ed3fbab7.zip
Merge #8715: net: only delete CConnman if it's been created
36fa01f net: only delete CConnman if it's been created (Cory Fields)
Diffstat (limited to 'src/init.cpp')
-rw-r--r--src/init.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/init.cpp b/src/init.cpp
index e9552da67..8d1e330a0 100644
--- a/src/init.cpp
+++ b/src/init.cpp
@@ -200,7 +200,6 @@ void Shutdown()
pwalletMain->Flush(false);
#endif
MapPort(false);
- g_connman->Stop();
g_connman.reset();
StopTorControl();