From 8f4877e68d81f99e8b53530ef48b1584442493d3 Mon Sep 17 00:00:00 2001 From: Evgeni Margolis Date: Thu, 20 Jan 2022 09:26:06 -0800 Subject: [PATCH] Don't Clear mSecureSessionType on PairingSession::Clear() --- src/transport/PairingSession.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/transport/PairingSession.h b/src/transport/PairingSession.h index 22e13365d72b65..bd9539560f19d8 100644 --- a/src/transport/PairingSession.h +++ b/src/transport/PairingSession.h @@ -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();