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