]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
profile: set CA timeout to the default value
authorJaroslav Kysela <perex@perex.cz>
Wed, 5 Apr 2017 07:07:48 +0000 (09:07 +0200)
committerJaroslav Kysela <perex@perex.cz>
Wed, 5 Apr 2017 07:07:48 +0000 (09:07 +0200)
src/profile.c

index 85d015ad46981d98853b4d951f41f6566944b72d..3218a35c206199fa5cc1c8fa1b7c17ad13b6c85e 100644 (file)
@@ -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);