security patch fix
This commit is contained in:
parent
b2b5903126
commit
9bb6642e4a
@ -88,13 +88,15 @@ namespace sscs.communication
|
|||||||
File.Delete(socketFileName);
|
File.Delete(socketFileName);
|
||||||
}
|
}
|
||||||
|
|
||||||
listeningSocket.Bind(sockEndPoint);
|
|
||||||
listeningSocket.Listen(50);
|
|
||||||
}
|
}
|
||||||
catch(Exception e)
|
catch(Exception e)
|
||||||
{
|
{
|
||||||
CSSSLogger.ExpLog(e.ToString());
|
CSSSLogger.ExpLog(e.ToString());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
listeningSocket.Bind(sockEndPoint);
|
||||||
|
listeningSocket.Listen(50);
|
||||||
|
|
||||||
while(true)
|
while(true)
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
|
Loading…
Reference in New Issue
Block a user