Remove default values for protocol

The parameter is the module name so it needs to be in the configuration.
This commit is contained in:
Markus Mäkelä
2018-08-29 01:49:16 +03:00
parent e260d493fd
commit 73288829b5
2 changed files with 4 additions and 2 deletions

View File

@ -222,6 +222,8 @@ bool runtime_create_server(const char *name, const char *address, const char *po
if (ok)
{
config_replace_param(&ctx, CN_PROTOCOL, protocol);
if (address)
{
config_replace_param(&ctx, "address", address);