From f35af507573469b7c1692f01922d323bd1000fbc Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Sun, 12 Oct 2008 15:50:20 +0200 Subject: Connection Manager password callback improvements --- UConfig.pas | 1 - 1 file changed, 1 deletion(-) (limited to 'UConfig.pas') diff --git a/UConfig.pas b/UConfig.pas index 6da4faa..9ef8917 100644 --- a/UConfig.pas +++ b/UConfig.pas @@ -935,7 +935,6 @@ begin Password := IniFile.ReadString(Sections[i], 'Password', ''); TargetDir := IniFile.ReadString(Sections[i], 'TargetDir', ''); PluginID := IniFile.ReadString(Sections[i], 'PluginID', ''); - URI := ConstructURI(False, ServiceType, Server, Username, Password, TargetDir); end; ConnectionMgrList.Add(Item); end; -- cgit v1.2.3