mirror of https://github.com/Icinga/icinga2.git
parent
9e5e162f78
commit
6cc3902575
|
@ -41,7 +41,7 @@ namespace Icinga
|
|||
if (props.DomainName != "")
|
||||
fqdn += "." + props.DomainName;
|
||||
|
||||
return fqdn;
|
||||
return fqdn.ToLower();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue