As discussed in #662, #661 and likely other recent PRs, macro names should be all same-style, commonly upper-cased. (May be the core problems lie in fty-common-rest and such)
Also, the CHECK_USER_PERMISSIONS_OR_DIE_AUDIT in #662 casts (char *) nullptr while other cases I've seen recently do not...
As discussed in #662, #661 and likely other recent PRs, macro names should be all same-style, commonly upper-cased. (May be the core problems lie in fty-common-rest and such)
Also, the
CHECK_USER_PERMISSIONS_OR_DIE_AUDITin #662 casts(char *) nullptrwhile other cases I've seen recently do not...