mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2026-03-14 05:00:58 +01:00
Support vendor prefix object name in microservice
This commit is contained in:
parent
31f7507e5c
commit
f08912d4c2
1 changed files with 1 additions and 1 deletions
|
|
@ -1432,7 +1432,7 @@ static int bbfdm_load_deamon_config(bbfdm_config_t *config, const char *json_pat
|
|||
|
||||
opt_val = dmjson_get_value(deamon_obj, 2, "output", "object");
|
||||
if (DM_STRLEN(opt_val)) {
|
||||
strncpyt(config->out_object, opt_val, sizeof(config->out_object));
|
||||
replace_str(opt_val, "{BBF_VENDOR_PREFIX}", BBF_VENDOR_PREFIX, config->out_object, sizeof(config->out_object));
|
||||
}
|
||||
|
||||
opt_val = dmjson_get_value(deamon_obj, 2, "output", "root_obj");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue