From: Jaroslav Kysela Date: Wed, 2 Dec 2015 18:02:04 +0000 (+0100) Subject: config: fixed typo for 'Enable NTP driver' settings, fixes #3372 X-Git-Tag: v4.2.1~1403 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1a604eec8e08b0d00551b8edf36c3e8f53d0ee52;p=thirdparty%2Ftvheadend.git config: fixed typo for 'Enable NTP driver' settings, fixes #3372 --- 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, },