summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Gluck <justin.gluck@livio.io>2019-12-06 13:10:41 -0500
committerJustin Gluck <justin.gluck@livio.io>2019-12-06 13:10:41 -0500
commitc0783fca28785ce970adb4eb8c30dd2aee34c104 (patch)
tree22f87423f3059de71f9687602d068d2b7d33da74
parent5004e4d00cdd1b515b7e6ab13b2af386fe018e6f (diff)
downloadsdl_ios-c0783fca28785ce970adb4eb8c30dd2aee34c104.tar.gz
setting security manager after an update
-rw-r--r--SmartDeviceLink/SDLSecondaryTransportManager.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLSecondaryTransportManager.m b/SmartDeviceLink/SDLSecondaryTransportManager.m
index a09d5f667..def1d087a 100644
--- a/SmartDeviceLink/SDLSecondaryTransportManager.m
+++ b/SmartDeviceLink/SDLSecondaryTransportManager.m
@@ -356,6 +356,7 @@ static const int TCPPortUnspecified = -1;
}
- (void)sdl_handleTransportEventUpdate {
+ self.secondaryProtocol.securityManager = self.primaryProtocol.securityManager;
if ([self.stateMachine isCurrentState:SDLSecondaryTransportStateStarted]) {
// The system sent Transport Event Update frame prior to Start Service ACK. Just keep the information and do nothing here.
SDLLogV(@"Received TCP transport information prior to Start Service ACK");