From: Jaroslav Kysela Date: Wed, 5 Apr 2017 07:07:48 +0000 (+0200) Subject: profile: set CA timeout to the default value X-Git-Tag: v4.2.1~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc47fcedc5d601eb55c989c66e36f4a3d2004440;p=thirdparty%2Ftvheadend.git profile: set CA timeout to the default value --- diff --git a/src/profile.c b/src/profile.c index 85d015ad4..3218a35c2 100644 --- a/src/profile.c +++ b/src/profile.c @@ -98,6 +98,7 @@ profile_create LIST_INIT(&pro->pro_dvr_configs); LIST_INIT(&pro->pro_accesses); pro->pro_contaccess = 1; + pro->pro_ca_timeout = 2000; if (idnode_insert(&pro->pro_id, uuid, pb->clazz, 0)) { if (uuid) tvherror(LS_PROFILE, "invalid uuid '%s'", uuid);