diff options
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/ConfigOption.hxx | 1 | ||||
-rw-r--r-- | src/config/ConfigTemplates.cxx | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/config/ConfigOption.hxx b/src/config/ConfigOption.hxx index 697909593..6a66fff39 100644 --- a/src/config/ConfigOption.hxx +++ b/src/config/ConfigOption.hxx @@ -48,6 +48,7 @@ enum class ConfigOption { ZEROCONF_NAME, ZEROCONF_ENABLED, PASSWORD, + LOCAL_PERMISSIONS, DEFAULT_PERMS, AUDIO_OUTPUT_FORMAT, MIXER_TYPE, diff --git a/src/config/ConfigTemplates.cxx b/src/config/ConfigTemplates.cxx index 683e30ccd..8a0438340 100644 --- a/src/config/ConfigTemplates.cxx +++ b/src/config/ConfigTemplates.cxx @@ -43,6 +43,7 @@ const ConfigTemplate config_param_templates[] = { { "zeroconf_name" }, { "zeroconf_enabled" }, { "password", true }, + { "local_permissions" }, { "default_permissions" }, { "audio_output_format" }, { "mixer_type" }, |