change shared client default to false for newly created clients
This commit is contained in:
@ -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) {
|
||||||
|
Reference in New Issue
Block a user