CA-260304: WLB Configuration parameters can not be reset in XenCenter 7.2

Fixed the regression

Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
This commit is contained in:
Gabor Apati-Nagy 2017-08-15 11:26:15 +01:00 committed by Stephen Turner
parent 48134dfd14
commit 5a7e6651cd

View File

@ -318,9 +318,7 @@ namespace XenAdmin.SettingsPanels
{ {
get get
{ {
return (IsValidSmtpAddress()); return true; //this has been true since Boston
//BL: Disable it for now, will enable it after adding the port to WLB side
//return IsValidSmtpAddress() && PerfmonAlertOptionsPage.IsValidPort(TextBoxSMTPServerPort.Text);
} }
} }