Browse Source

revert stop call

tags/2.3
clowwindy 10 years ago
parent
commit
6192e09970
2 changed files with 0 additions and 7 deletions
  1. +0
    -5
      shadowsocks-csharp/Controller/ShadowsocksController.cs
  2. +0
    -2
      shadowsocks-csharp/Program.cs

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

@@ -132,11 +132,6 @@ namespace Shadowsocks.Controller
{ {
polipoRunner.Stop(); polipoRunner.Stop();
} }
if (pacServer != null)
{
pacServer.Stop();
pacServer = null;
}
if (_config.enabled) if (_config.enabled)
{ {
SystemProxy.Disable(); SystemProxy.Disable();


+ 0
- 2
shadowsocks-csharp/Program.cs View File

@@ -45,8 +45,6 @@ namespace Shadowsocks
controller.Start(); controller.Start();
Application.Run(); Application.Run();
controller.Stop();
} }
} }
} }


Loading…
Cancel
Save