MINOR: applet: Always use applet API to set appctx flags

Some appctx flags were still set manually while there is a dedicated
function to do so. Be sure to always use applet_fl_set() to set appctx
flags.
This commit is contained in:
Christopher Faulet 2024-02-15 11:23:00 +01:00
parent 94b8ed446f
commit d2403a412c
3 changed files with 6 additions and 6 deletions