Skip to content

Commit

Permalink
Don't Clear mSecureSessionType on PairingSession::Clear()
Browse files Browse the repository at this point in the history
  • Loading branch information
emargolis committed Jan 20, 2022
1 parent fa0b36f commit 8f4877e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/transport/PairingSession.h
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ class DLL_EXPORT PairingSession
// TODO: remove Clear, we should create a new instance instead reset the old instance.
void Clear()
{
mSecureSessionType = Transport::SecureSession::Type::kUndefined;
mPeerNodeId = kUndefinedNodeId;
mPeerCATs = kUndefinedCATs;
mPeerAddress = Transport::PeerAddress::Uninitialized();
Expand Down

0 comments on commit 8f4877e

Please sign in to comment.