Update config source id for implied CycloneDDS tag

Signed-off-by: Erik Boasson <eb@ilities.com>
This commit is contained in:
Erik Boasson 2019-09-01 10:03:23 +02:00 committed by eboasson
parent 78c255d432
commit 572d2528f3

View file

@ -2383,6 +2383,8 @@ static int proc_elem_open (void *varg, UNUSED_ARG (uintptr_t parentinfo), UNUSED
cfgst_push (cfgst, 0, &root_cfgelems[0], cfgst_parent (cfgst));
cfgst->implicit_toplevel = ITL_INSERTED_2;
}
cfgst->source = (cfgst->source == 0) ? 1 : cfgst->source << 1;
cfgst->first_data_in_source = true;
}
}