You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
The text was updated successfully, but these errors were encountered:
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...The text was updated successfully, but these errors were encountered: