diff options
| author | Wladimir J. van der Laan <[email protected]> | 2016-09-14 10:16:18 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2016-09-14 10:16:25 +0200 |
| commit | 881d7eaf29f78591099dc167f6f0ae07ed3fbab7 (patch) | |
| tree | f84faeade84e2796dd847b449ec6063097824a28 /src/init.cpp | |
| parent | Merge #8712: Remove maxuploadtargets recommended minimum (diff) | |
| parent | net: only delete CConnman if it's been created (diff) | |
| download | discoin-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.cpp | 1 |
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(); |