From f365d9f627afa30a0ad0ed036131e25c13de3128 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Thu, 28 Jul 2016 16:09:58 +0300 Subject: [PATCH] main.conf: Remove spaces in reconnect list parameters These spaces are not removed when parsing the file which may lead to unexpected behavior when using the values commented out as default. --- src/main.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.conf b/src/main.conf index 372fd8c97..49528b931 100644 --- a/src/main.conf +++ b/src/main.conf @@ -71,7 +71,7 @@ # timeout). The policy plugin should contain a sane set of values by # default, but this list can be overridden here. By setting the list to # empty the reconnection feature gets disabled. -#ReconnectUUIDs=00001112-0000-1000-8000-00805f9b34fb, 0000111f-0000-1000-8000-00805f9b34fb, 0000110a-0000-1000-8000-00805f9b34fb +#ReconnectUUIDs=00001112-0000-1000-8000-00805f9b34fb,0000111f-0000-1000-8000-00805f9b34fb,0000110a-0000-1000-8000-00805f9b34fb # ReconnectAttempts define the number of attempts to reconnect after a link # lost. Setting the value to 0 disables reconnecting feature. @@ -81,7 +81,7 @@ # attempts. # If the number of attempts defined in ReconnectAttempts is bigger than the # set of intervals the last interval is repeated until the last attempt. -#ReconnectIntervals=1, 2, 4, 8, 16, 32, 64 +#ReconnectIntervals=1,2,4,8,16,32,64 # AutoEnable defines option to enable all controllers when they are found. # This includes adapters present on start as well as adapters that are plugged -- 2.47.3