S2_6 bool api_auth_set_password() returning NULL
S2_6 api_auth_set_password() has "LUASCRIPT_CHECK_STATE(L, NULL);" despite having bool return type. Later branches do not have this function.
This breaks compile under c2x, so something we want to fix in S2_6.
S2_6 api_auth_set_password() has "LUASCRIPT_CHECK_STATE(L, NULL);" despite having bool return type. Later branches do not have this function.
This breaks compile under c2x, so something we want to fix in S2_6.