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

Fix this comparison which is too loose. #9170

Closed
todo bot opened this issue Aug 20, 2021 · 0 comments
Closed

Fix this comparison which is too loose. #9170

todo bot opened this issue Aug 20, 2021 · 0 comments
Assignees
Labels

Comments

@todo
Copy link

todo bot commented Aug 20, 2021

// TODO: Fix this comparison which is too loose.
if (HasQNamePart(data.GetName(), kOperationalServiceName))
{
OnOperationalSrvRecord(data.GetName(), srv);
}
}
else if (mDiscoveryType == DiscoveryType::kCommissionableNode || mDiscoveryType == DiscoveryType::kCommissionerNode)
{
// TODO: Fix this comparison which is too loose.
if (HasQNamePart(data.GetName(), kCommissionableServiceName) || HasQNamePart(data.GetName(), kCommissionerServiceName))
{


This issue was generated by todo based on a TODO comment in a8d6156 when #9102 was merged. cc @mspang.
@todo todo bot added the todo label Aug 20, 2021
@todo todo bot assigned mspang Aug 20, 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