From 96e45db6dbf1e8594488c582bc377f1a73fe8658 Mon Sep 17 00:00:00 2001 From: Mansour Behabadi Date: Thu, 15 Dec 2016 11:39:50 +1100 Subject: [PATCH] Uncomment section headers in config file If a config key under [Policy] section is uncommented right now, it's assumed to be in [General] section because [Policy] line is commented out and it won't work. --- src/main.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.conf b/src/main.conf index d9cd9e0ce..9d1c029f8 100644 --- a/src/main.conf +++ b/src/main.conf @@ -71,7 +71,7 @@ # Defaults to "off" # Privacy = off -#[Policy] +[Policy] # # The ReconnectUUIDs defines the set of remote services that should try # to be reconnected to in case of a link loss (link supervision -- 2.47.3