From: Jaroslav Kysela Date: Wed, 5 Apr 2017 14:16:53 +0000 (+0200) Subject: profile: fix CA timeout copy-n-paste bug X-Git-Tag: v4.2.1~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8164c0e16036c4cfb8786cbbed27878c58386fb;p=thirdparty%2Ftvheadend.git profile: fix CA timeout copy-n-paste bug --- diff --git a/src/profile.c b/src/profile.c index 3218a35c2..10bfb4ac9 100644 --- a/src/profile.c +++ b/src/profile.c @@ -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