Refactored a bit for EndPointListener.cs

This commit is contained in:
sta
2015-08-28 16:52:35 +09:00
parent bdbdf64d3d
commit efb922a67a
2 changed files with 4 additions and 5 deletions

View File

@@ -132,10 +132,10 @@ namespace WebSocketSharp.Net
lsnr = new EndPointListener (
addr,
port,
listener.ReuseAddress,
secure,
listener.CertificateFolderPath,
listener.SslConfiguration,
listener.ReuseAddress);
listener.SslConfiguration);
eps[port] = lsnr;
}