summaryrefslogtreecommitdiff
path: root/UConfig.pas
diff options
context:
space:
mode:
Diffstat (limited to 'UConfig.pas')
-rw-r--r--UConfig.pas1
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;