This commit is contained in:
Maurus Decimus
2026-04-25 08:19:38 +02:00
parent 446996b874
commit a35e8b97e4

View File

@@ -4147,9 +4147,7 @@ impl RegistryJsonPropertyPatch for Bootstrap {
value: JmapValue<'x>,
) -> PatchResult<'x> {
match pointer.next_property() {
Some(Property::ServerHostname) => self
.server_hostname
.patch(pointer.with_validators(&[StringValidator::Hostname]), value),
Some(Property::ServerHostname) => self.server_hostname.patch(pointer, value),
Some(Property::DefaultDomain) => self.default_domain.patch(pointer, value),
Some(Property::RequestTlsCertificate) => {
self.request_tls_certificate.patch(pointer, value)