]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
config: fixed typo for 'Enable NTP driver' settings, fixes #3372
authorJaroslav Kysela <perex@perex.cz>
Wed, 2 Dec 2015 18:02:04 +0000 (19:02 +0100)
committerJaroslav Kysela <perex@perex.cz>
Wed, 2 Dec 2015 18:02:04 +0000 (19:02 +0100)
src/config.c

index 824a736c3a7b7a05905db2243ac28389785ffb8b..62065529a35d6ebd4781cb3f7187158b822c8efa 100644 (file)
@@ -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,
     },