X-Git-Url: http://www.lcore.org/git/lcore.git/blobdiff_plain/170e475daffeb198914a020e26afaf803a6f9608..f04a1a66b7abbe12528bd0ced49ec44932343f41:/lsocket.pas?ds=inline

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;