adapt to changes of SectionConfigPlugin
it requires not an Option<String> for the optional id_property Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
committed by
Dietmar Maurer
parent
07ce44a633
commit
16c75c580b
@ -66,7 +66,7 @@ fn init() -> SectionConfig {
|
||||
_ => unreachable!(),
|
||||
};
|
||||
|
||||
let plugin = SectionConfigPlugin::new("remote".to_string(), obj_schema);
|
||||
let plugin = SectionConfigPlugin::new("remote".to_string(), None, obj_schema);
|
||||
let mut config = SectionConfig::new(&REMOTE_ID_SCHEMA);
|
||||
config.register_plugin(plugin);
|
||||
|
||||
|
Reference in New Issue
Block a user