Skip to content
Snippets Groups Projects
Verified Commit 5b790130 authored by akwizgran's avatar akwizgran
Browse files

Don't reset circuit built flag unless network is disabled.

parent ff44edf7
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