From 7dc15679e70cd1d350993a46b7fe24a2f6f5957b Mon Sep 17 00:00:00 2001 From: "John P (Dgby714)" Date: Mon, 20 Dec 2010 01:48:42 -0500 Subject: [PATCH] Simba: Socks Fix --- Units/MMLAddon/mmlpsthread.pas | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Units/MMLAddon/mmlpsthread.pas b/Units/MMLAddon/mmlpsthread.pas index f6228f0..dc661d0 100644 --- a/Units/MMLAddon/mmlpsthread.pas +++ b/Units/MMLAddon/mmlpsthread.pas @@ -119,6 +119,7 @@ type Prop: TScriptProperties; Client : TClient; MInternet : TMInternet; + Socks: TSocks; StartTime : LongWord; Settings: TMMLSettings; SimbaSettingsFile: String; @@ -309,6 +310,7 @@ begin if Assigned(OpenFileEvent) then Client.MFiles.OpenFileEvent := OpenFileEvent; MInternet := TMInternet.Create(Client); + Socks := TSocks.Create(Client); if Assigned(OpenConnectionEvent) then MInternet.OpenConnectionEvent := Self.OpenConnectionEvent; SyncInfo:= TheSyncInfo;