Skip to content

Commit

Permalink
Add cats to subject descriptor (#13384)
Browse files Browse the repository at this point in the history
Meow.
  • Loading branch information
mlepage-google authored and pull[bot] committed May 25, 2022
1 parent aa0240f commit 4787178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transport/SecureSession.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ Access::SubjectDescriptor SecureSession::GetSubjectDescriptor() const
{
subjectDescriptor.authMode = Access::AuthMode::kCase;
subjectDescriptor.subject = mPeerNodeId;
subjectDescriptor.cats = mPeerCATs;
subjectDescriptor.fabricIndex = mFabric;
// TODO(#10243): add CATs
}
else if (IsPAKEKeyId(mPeerNodeId))
{
Expand Down

0 comments on commit 4787178

Please sign in to comment.