In the TSmtpServer.CheckClientStatus procedure, it is necessary to change
the part of the code for Check for client timeout. Instead of FTimeout,
it's necessary to write Self.FTimeout because earlier there is the [with
TSmtpSrvCli (FServer.Client [i]) do] construction, and in this context it
turns out that FTimeout is TSmtpSrvCli.FTimeout and not
TSmtpServer.FTimeout.
-- 
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