1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-12-22 13:33:56 +03:00

dhcp: fix assertion failure

Fixes #21671.
This commit is contained in:
Yu Watanabe 2021-12-08 05:47:11 +09:00
parent f333ed27fa
commit 990d0aa980

View File

@ -775,7 +775,7 @@ int dhcp_lease_parse_options(uint8_t code, uint8_t len, const void *option, void
}
if (!timezone_is_valid(tz, LOG_DEBUG)) {
log_debug_errno(r, "Timezone is not valid, ignoring: %m");
log_debug("Timezone is not valid, ignoring.");
return 0;
}