missing ;

This commit is contained in:
mark 2009-10-18 00:44:59 +00:00
parent 2e0b9e1670
commit 39d2827c85

View file

@ -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
{