Removed prefer IPv4 settings, refactoring

This commit is contained in:
M66B
2019-07-27 16:40:51 +02:00
parent 4a72f7ff90
commit f661a7c09b
11 changed files with 29 additions and 62 deletions

View File

@@ -703,7 +703,7 @@ public class FragmentIdentity extends FragmentBase {
// Create transport
try (Transport itransport = isession.getTransport(protocol)) {
itransport.connect(host, Integer.parseInt(port), user, password);
ConnectionHelper.connect(context, isession, itransport, host, Integer.parseInt(port), user, password);
}
}