From 0c4134bf5de8475e64735a42b45e60700d206950 Mon Sep 17 00:00:00 2001 From: Andrei Litvin Date: Fri, 19 Jul 2024 11:10:09 -0400 Subject: [PATCH] Update src/app/AttributePathExpandIterator-DataModel.cpp Co-authored-by: Boris Zbarsky --- src/app/AttributePathExpandIterator-DataModel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/AttributePathExpandIterator-DataModel.cpp b/src/app/AttributePathExpandIterator-DataModel.cpp index dfadfa5fa43984..92af8b50ca6730 100644 --- a/src/app/AttributePathExpandIterator-DataModel.cpp +++ b/src/app/AttributePathExpandIterator-DataModel.cpp @@ -162,7 +162,7 @@ void AttributePathExpandIteratorDataModel::ResetCurrentCluster() // will do nothing, since we won't be expanding the wildcard attribute ids under a cluster. VerifyOrReturn(mpAttributePath != nullptr && mpAttributePath->mValue.HasWildcardAttributeId()); - // Proceed path expansion to ask for the first attribute of the current cluster + // Reset path expansion to ask for the first attribute of the current cluster mOutputPath.mAttributeId = kInvalidAttributeId; mOutputPath.mExpanded = true; // we know this is a wildcard attribute Next();