]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
profile: fix CA timeout copy-n-paste bug
authorJaroslav Kysela <perex@perex.cz>
Wed, 5 Apr 2017 14:16:53 +0000 (16:16 +0200)
committerJaroslav Kysela <perex@perex.cz>
Wed, 5 Apr 2017 14:16:53 +0000 (16:16 +0200)
src/profile.c

index 3218a35c206199fa5cc1c8fa1b7c17ad13b6c85e..10bfb4ac94b8cd71f52d33b84f02e88d6b5efb4a 100644 (file)
@@ -401,7 +401,7 @@ const idclass_t profile_class =
       .id       = "catimeout",
       .name     = N_("Descrambling timeout (ms)"),
       .desc     = N_("Check the descrambling status after this timeout."),
-      .off      = offsetof(profile_t, pro_timeout),
+      .off      = offsetof(profile_t, pro_ca_timeout),
       .opts     = PO_EXPERT,
       .def.i    = 2000,
       .group    = 1