There are useless lines in OverbyteIcsFingCli and OverbyteIcsPop3Prot. Abort 
procedures act like this

procedure TFingerCli.Abort;
begin
    FWSocket.CancelDnsLookup; // < this line is doubled
    FWSocket.Abort;
end;

while CancelDnsLookup is included into TWSocket.Abort.

-- 
Anton
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to