security patch fix
This commit is contained in:
		| @@ -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 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user