From 8f46c9cf3524b97b9a28cdb8c66644a1dd134fa1 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Thu, 16 Nov 2017 14:09:01 +0100 Subject: [PATCH] profile: set 'Switch to another service' to on as default --- src/profile.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/profile.c b/src/profile.c index d476f6c92..c8919a2af 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_swservice = 1; pro->pro_contaccess = 1; pro->pro_ca_timeout = 2000; if (idnode_insert(&pro->pro_id, uuid, pb->clazz, 0)) { -- 2.47.3