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

connectivity: clear public ip in cache on connectivityChanged

publishedIpAddress_ should be cleared to avoid to create ICE
transports with an old public ip address.

Change-Id: I22bba4dfd6e98fdc950dea77d5732e371ba8ade2
parent 6ba1e9db
Branches
Tags
No related merge requests found
......@@ -2769,6 +2769,7 @@ JamiAccount::connectivityChanged()
}
dht_.connectivityChanged();
setPublishedAddress({}); // reset cache
}
bool
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment