fix бага с настройками почты
This commit is contained in:
@@ -79,7 +79,7 @@ public class MachineProcess extends DBObject {
|
||||
boolean local = false;
|
||||
try {
|
||||
InetAddress address = InetAddress.getByName(machineAddress);
|
||||
InetAddress localAddress = InetAddress.getByName(Global.normalProperties.ServerAddress);
|
||||
InetAddress localAddress = InetAddress.getByName(Constants.ServerAddress);
|
||||
local = localAddress.getHostAddress().equals(address.getHostAddress());
|
||||
} catch (Exception ex) {
|
||||
Utils_.MainLog.PrintException(ex);
|
||||
|
||||
Reference in New Issue
Block a user