Fixed: [Yang identityref XML encoding is not general](https://github.com/clicon/clixon/issues/90)

* Revisiting this issue now seems to work, there are no regressions that fail when disabling IDENTITYREF_KLUDGE.
This commit is contained in:
Olof hagsand 2022-11-05 12:07:44 +01:00
parent 779fcf5458
commit b0f898cf66
5 changed files with 6 additions and 6 deletions

View file

@ -572,7 +572,7 @@ cli_start_shell(clicon_handle h,
char bcmd[128];
cg_var *cv1 = cvec_i(vars, 1);
sigset_t oldsigset;
struct sigaction oldsigaction[32] = {0,};
struct sigaction oldsigaction[32] = {{{0,},},};
if (cvec_len(argv) > 1){
clicon_err(OE_PLUGIN, EINVAL, "Received %d arguments. Expected: [<shell>]",