mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-04 05:25:07 -05:00
Make naming of RTC config functions consistent
This commit is contained in:
@@ -374,7 +374,7 @@ t_from_rtc(struct tm *stm) {
|
||||
static void
|
||||
setup_config(void)
|
||||
{
|
||||
if (CNF_GetRTCOnUTC()) {
|
||||
if (CNF_GetRtcOnUtc()) {
|
||||
rtc_on_utc = 1;
|
||||
} else {
|
||||
rtc_on_utc = 0;
|
||||
|
||||
Reference in New Issue
Block a user