Fixed proper restore of cttl-C in msg rcv

Rename and move plugin_context_check to clixon_resource_check
This commit is contained in:
Olof hagsand 2023-12-21 15:00:12 +01:00
parent f25a77734e
commit 558a0df1f3
9 changed files with 268 additions and 261 deletions

View file

@ -107,7 +107,7 @@ cli_handle_init(void)
goto done;
}
cligen_userhandle_set(clih, cl);
cligen_eval_wrap_fn_set(clih, plugin_context_check, cl);
cligen_eval_wrap_fn_set(clih, clixon_resource_check, cl);
cl->cl_cligen = clih;
h = (clixon_handle)cl;