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:
@ -185,6 +185,7 @@ static const char *server_params[] =
|
|||||||
"port",
|
"port",
|
||||||
"address",
|
"address",
|
||||||
"authenticator",
|
"authenticator",
|
||||||
|
"authenticator_options",
|
||||||
"monitoruser",
|
"monitoruser",
|
||||||
"monitorpw",
|
"monitorpw",
|
||||||
"persistpoolmax",
|
"persistpoolmax",
|
||||||
|
Reference in New Issue
Block a user