mirror of
https://github.com/systemd/systemd.git
synced 2025-01-25 10:04:04 +03:00
dhcp: Log SIP server information correctly
This commit is contained in:
parent
299d578f7f
commit
850fd9b8f8
@ -1175,7 +1175,7 @@ int dhcp_lease_load(sd_dhcp_lease **ret, const char *lease_file) {
|
||||
if (sip) {
|
||||
r = deserialize_in_addrs(&lease->sip, sip);
|
||||
if (r < 0)
|
||||
log_debug_errno(r, "Failed to deserialize SIP servers %s, ignoring: %m", ntp);
|
||||
log_debug_errno(r, "Failed to deserialize SIP servers %s, ignoring: %m", sip);
|
||||
else
|
||||
lease->ntp_size = r;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user