X-Git-Url: http://www.lcore.org/git/lcore.git/blobdiff_plain/170e475daffeb198914a020e26afaf803a6f9608..f292b938e3856ed9fb8fb45bb96d72fab1ed494f:/lsocket.pas diff --git a/lsocket.pas b/lsocket.pas index ce23301..ddee93e 100755 --- a/lsocket.pas +++ b/lsocket.pas @@ -260,7 +260,6 @@ begin currentip := 0; if not assigned(connecttimeout) then begin connecttimeout := tltimer.create(self); - connecttimeout.Tag := integer(self); connecttimeout.ontimer := connecttimeouthandler; connecttimeout.interval := 2500; connecttimeout.enabled := false;