mirror of
https://github.com/Icinga/icinga2.git
synced 2026-06-10 09:10:54 -04: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
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ namespace Icinga
|
|||
if (props.DomainName != "")
|
||||
fqdn += "." + props.DomainName;
|
||||
|
||||
return fqdn;
|
||||
return fqdn.ToLower();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue