missing ;
This commit is contained in:
parent
2e0b9e1670
commit
39d2827c85
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ namespace Server.Network
|
|||
|
||||
private Socket Bind( IPEndPoint ipep )
|
||||
{
|
||||
Socket s = new Socket( AddressFamily.InterNetwork, SocketType.Stream, ProtocolType.Tcp )
|
||||
Socket s = new Socket( AddressFamily.InterNetwork, SocketType.Stream, ProtocolType.Tcp );
|
||||
|
||||
try
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue