From 1a604eec8e08b0d00551b8edf36c3e8f53d0ee52 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Wed, 2 Dec 2015 19:02:04 +0100 Subject: [PATCH] config: fixed typo for 'Enable NTP driver' settings, fixes #3372 --- src/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.c b/src/config.c index 824a736c3..62065529a 100644 --- a/src/config.c +++ b/src/config.c @@ -2066,7 +2066,7 @@ const idclass_t config_class = { .type = PT_BOOL, .id = "tvhtime_ntp_enabled", .name = N_("Enable NTP driver"), - .off = offsetof(config_t, tvhtime_update_enabled), + .off = offsetof(config_t, tvhtime_ntp_enabled), .opts = PO_EXPERT, .group = 5, }, -- 2.47.3