Skip to content

Commit

Permalink
Construct full invalid item.
Browse files Browse the repository at this point in the history
  • Loading branch information
abeltrano committed Jan 20, 2024
1 parent b5fedeb commit 52480e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/service/NetRemoteService.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ IAccessPointWeakToNetRemoteAccessPointResultItem(std::weak_ptr<Microsoft::Net::W
if (accessPoint != nullptr) {
item = IAccessPointToNetRemoteAccessPointResultItem(*accessPoint.get());
} else {
item.set_accesspointid(AccessPointIdInvalid);
item = detail::MakeInvalidAccessPointResultItem();
}

return item;
Expand Down

0 comments on commit 52480e1

Please sign in to comment.