I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 03bc4fc1 authored by zzz's avatar zzz
Browse files

change shared client default to false for newly created clients

parent e68fbc02
No related branches found
No related tags found
No related merge requests found
...@@ -115,7 +115,7 @@ public class EditBean extends IndexBean { ...@@ -115,7 +115,7 @@ public class EditBean extends IndexBean {
if (tun != null) if (tun != null)
return "true".equalsIgnoreCase(tun.getSharedClient()); return "true".equalsIgnoreCase(tun.getSharedClient());
else else
return true; return false;
} }
public boolean shouldDelay(int tunnel) { public boolean shouldDelay(int tunnel) {
......
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