Skip to content

Commit

Permalink
Fix compile error.
Browse files Browse the repository at this point in the history
And farewell.
  • Loading branch information
Noisyfox committed Dec 16, 2016
1 parent 2895460 commit 5741133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shadowsocks-csharp/Controller/Service/TCPRelay.cs
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ private void StartConnect()
var session = new AsyncSession(remote);
lock (_closeConnLock)
{
if (Closed)
if (_closed)
{
remote.Close();
return;
Expand Down

0 comments on commit 5741133

Please sign in to comment.