From 272666f3b5c6aea3895dbe13e371ded35a492576 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20M=C3=A4kel=C3=A4?= Date: Mon, 16 Jan 2017 13:34:55 +0200 Subject: [PATCH] Only add unknown parameters as custom server parameters The `authenticator_options` was added as a custom server parameter which caused it to be duplicated for serialized servers. --- server/core/config.c | 1 + 1 file changed, 1 insertion(+) diff --git a/server/core/config.c b/server/core/config.c index 88578507a..fc7183004 100644 --- a/server/core/config.c +++ b/server/core/config.c @@ -185,6 +185,7 @@ static const char *server_params[] = "port", "address", "authenticator", + "authenticator_options", "monitoruser", "monitorpw", "persistpoolmax",