mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-03 21:15:07 -05:00
util: modify UTI_*ToDouble functions to return double directly
This commit is contained in:
@@ -186,7 +186,7 @@ process_response(SignInstance *inst)
|
||||
}
|
||||
|
||||
SCH_GetLastEventTime(NULL, NULL, &ts);
|
||||
UTI_DiffTimespecsToDouble(&delay, &ts, &inst->request_ts);
|
||||
delay = UTI_DiffTimespecsToDouble(&ts, &inst->request_ts);
|
||||
|
||||
DEBUG_LOG(LOGF_NtpSignd, "Signing succeeded (delay %f)", delay);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user