change shared client default to false for newly created clients

This commit is contained in:
zzz
2011-02-10 17:09:29 +00:00
parent e68fbc0243
commit 03bc4fc133

View File

@ -115,7 +115,7 @@ public class EditBean extends IndexBean {
if (tun != null)
return "true".equalsIgnoreCase(tun.getSharedClient());
else
return true;
return false;
}
public boolean shouldDelay(int tunnel) {