Browse Source

Fix compile error.

And farewell.
tags/3.4.2
noisyfox 7 years ago
parent
commit
5741133d5c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      shadowsocks-csharp/Controller/Service/TCPRelay.cs

+ 1
- 1
shadowsocks-csharp/Controller/Service/TCPRelay.cs View File

@@ -547,7 +547,7 @@ namespace Shadowsocks.Controller
var session = new AsyncSession(remote); var session = new AsyncSession(remote);
lock (_closeConnLock) lock (_closeConnLock)
{ {
if (Closed)
if (_closed)
{ {
remote.Close(); remote.Close();
return; return;


Loading…
Cancel
Save