Browse Source

.

tags/3.0
Licshee 9 years ago
parent
commit
0e2c28c9b0
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      shadowsocks-csharp/Controller/ShadowsocksController.cs

+ 0
- 1
shadowsocks-csharp/Controller/ShadowsocksController.cs View File

@@ -454,7 +454,6 @@ namespace Shadowsocks.Controller
if (File.Exists(PACServer.USER_RULE_FILE)) if (File.Exists(PACServer.USER_RULE_FILE))
{ {
string local = File.ReadAllText(PACServer.USER_RULE_FILE, Encoding.UTF8); string local = File.ReadAllText(PACServer.USER_RULE_FILE, Encoding.UTF8);
string[] rules = local.Split(new char[] { '\r', '\n' }, StringSplitOptions.RemoveEmptyEntries);
using (var sr = new StringReader(local)) using (var sr = new StringReader(local))
{ {
string rule; string rule;


Loading…
Cancel
Save