Improved password update

This commit is contained in:
M66B
2020-01-08 11:38:45 +01:00
parent 9788fb9572
commit a5bea023b5
3 changed files with 10 additions and 10 deletions

View File

@@ -375,7 +375,7 @@ public class ConnectionHelper {
return null;
}
static String getDomain(String host) {
static String getParentDomain(String host) {
if (host != null) {
String[] h = host.split("\\.");
if (h.length >= 2)