Jump to content
Mark Lobanov

ICS 8.63 little patch

Recommended Posts

Hello,


[OverbyteIcsWSocketS.pas]

 

procedure TSslWSocketServer.OrderClose;

OLD>>    if FIcsHosts.Count = 0 then Exit;
NEW>>    if (not Assigned( FIcsHosts )) or (FIcsHosts.Count = 0) then Exit;


 

Edited by Mark Lobanov
code tag
  • Thanks 1

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×