mirror of
https://github.com/netchx/netch.git
synced 2026-03-28 18:59:46 +08:00
Remove IServerController.Server
This commit is contained in:
@@ -31,7 +31,7 @@ namespace Netch.Controllers
|
||||
|
||||
try
|
||||
{
|
||||
if (pPrivoxyController.Start(MainController.ServerController.Server, mode))
|
||||
if (pPrivoxyController.Start(MainController.Server, mode))
|
||||
{
|
||||
Global.Job.AddProcess(pPrivoxyController.Instance);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user