Fixed proper restore of cttl-C in msg rcv
Rename and move plugin_context_check to clixon_resource_check
This commit is contained in:
parent
f25a77734e
commit
558a0df1f3
9 changed files with 268 additions and 261 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue