Skip to content
Snippets Groups Projects
Commit 7c87a8fc authored by Sébastien Blin's avatar Sébastien Blin
Browse files

jamiaccount: always trigger dht_->connectivityChanged()

the dht will manages it's own state.

Change-Id: Idf20cdba2768130a09977b58b28cb8f7bfd22602
parent 5bd9a4af
Branches
No related tags found
No related merge requests found
...@@ -2669,8 +2669,6 @@ JamiAccount::connectivityChanged() ...@@ -2669,8 +2669,6 @@ JamiAccount::connectivityChanged()
// nothing to do // nothing to do
return; return;
} }
// Let UPNP handle connectivity change if enabled.
if (not upnpCtrl_)
dht_->connectivityChanged(); dht_->connectivityChanged();
// reset cache // reset cache
setPublishedAddress({}); setPublishedAddress({});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment