diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2008-10-12 15:50:20 +0200 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2008-10-12 15:50:20 +0200 |
| commit | f35af507573469b7c1692f01922d323bd1000fbc (patch) | |
| tree | 619e72d4aa486bc97974293cf045f263e98263b6 /UConfig.pas | |
| parent | b417ac914af5e3dfeb27eb5bde6210f88c5b9ec4 (diff) | |
| download | tuxcmd-f35af507573469b7c1692f01922d323bd1000fbc.tar.xz | |
Connection Manager password callback improvements
Diffstat (limited to 'UConfig.pas')
| -rw-r--r-- | UConfig.pas | 1 |
1 files changed, 0 insertions, 1 deletions
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; |
