mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
Merge pull request #8431 from Icinga/feature/windows-lower-fqdn-7407
Windows agent: Default to lower case FQDN
This commit is contained in:
commit
5f548c8f89
@ -41,7 +41,7 @@ namespace Icinga
|
||||
if (props.DomainName != "")
|
||||
fqdn += "." + props.DomainName;
|
||||
|
||||
return fqdn;
|
||||
return fqdn.ToLower();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user