Skip to content
Snippets Groups Projects
Commit ede390b8 authored by Torsten Grote's avatar Torsten Grote
Browse files

Merge branch '1180-tor-plugin-status' into 'master'

Don't reset Tor connectivity state unless we lose connectivity

Closes #1180

See merge request akwizgran/briar!756
parents ff44edf7 5b790130
No related branches found
No related tags found
No related merge requests found
......@@ -778,7 +778,7 @@ class TorPlugin implements DuplexPlugin, EventHandler, EventListener {
private synchronized void enableNetwork(boolean enable) {
networkEnabled = enable;
circuitBuilt = false;
if (!enable) circuitBuilt = false;
}
private synchronized boolean isConnected() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment