mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-27 07:34:15 +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 != "")
|
if (props.DomainName != "")
|
||||||
fqdn += "." + props.DomainName;
|
fqdn += "." + props.DomainName;
|
||||||
|
|
||||||
return fqdn;
|
return fqdn.ToLower();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user