mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-03 17:45:07 -05:00
ntp: fix debug message about unknown HW timestamping ifindex
This commit is contained in:
@@ -574,7 +574,7 @@ NIO_Linux_ProcessMessage(NTP_Remote_Address *remote_addr, NTP_Local_Address *loc
|
|||||||
process_hw_timestamp(iface, &ts3.ts[2], local_ts, !is_tx ? length : 0,
|
process_hw_timestamp(iface, &ts3.ts[2], local_ts, !is_tx ? length : 0,
|
||||||
remote_addr->ip_addr.family, l2_length);
|
remote_addr->ip_addr.family, l2_length);
|
||||||
} else {
|
} else {
|
||||||
DEBUG_LOG("HW clock not found for interface %d", local_addr->if_index);
|
DEBUG_LOG("HW clock not found for interface %d", ts_if_index);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user