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.
This commit is contained in:
Markus Mäkelä
2017-01-16 13:34:55 +02:00
parent cc6a3e629e
commit 272666f3b5

View File

@ -185,6 +185,7 @@ static const char *server_params[] =
"port",
"address",
"authenticator",
"authenticator_options",
"monitoruser",
"monitorpw",
"persistpoolmax",