mirror of
https://gitlab.com/chrony/chrony.git
synced 2026-03-11 00:59:38 -04: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