Browse Source

fix a warning

tags/2.5.2
clowwindy 9 years ago
parent
commit
c66ede2f59
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

@@ -434,7 +434,7 @@ namespace Shadowsocks.Controller
StartPipe();
}
catch (ArgumentException e)
catch (ArgumentException)
{
}
catch (Exception e)


Loading…
Cancel
Save