Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get actual expanded flag #12834

Closed
todo bot opened this issue Dec 9, 2021 · 0 comments
Closed

get actual expanded flag #12834

todo bot opened this issue Dec 9, 2021 · 0 comments
Assignees
Labels

Comments

@todo
Copy link

todo bot commented Dec 9, 2021

bool pathWasExpanded = false; // TODO: get actual expanded flag
CHIP_ERROR err = Access::GetAccessControl().Check(subjectDescriptor, requestPath, requestPrivilege);
err = CHIP_NO_ERROR; // TODO: remove override
if (err != CHIP_NO_ERROR)
{
ReturnErrorCodeIf(err != CHIP_ERROR_ACCESS_DENIED, err);
if (pathWasExpanded)
{
return CHIP_NO_ERROR;
}
else


This issue was generated by todo based on a TODO comment in a0dafee when #12645 was merged. cc @mlepage-google.
@todo todo bot added the todo label Dec 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants