Remove default values for protocol
The parameter is the module name so it needs to be in the configuration.
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user