summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Gluck <justin.gluck@livio.io>2019-12-06 13:52:45 -0500
committerJustin Gluck <justin.gluck@livio.io>2019-12-06 13:52:45 -0500
commit7153f0e2fb24ba9a66b1bb184eea275fefab6cbd (patch)
treed7cd37d6076bd55ada3948eecfa0978ff4506930
parentc0783fca28785ce970adb4eb8c30dd2aee34c104 (diff)
downloadsdl_ios-7153f0e2fb24ba9a66b1bb184eea275fefab6cbd.tar.gz
removing setting security manager since it was moved else where
-rw-r--r--SmartDeviceLink/SDLSecondaryTransportManager.m2
1 files changed, 0 insertions, 2 deletions
diff --git a/SmartDeviceLink/SDLSecondaryTransportManager.m b/SmartDeviceLink/SDLSecondaryTransportManager.m
index def1d087a..5c6903bc4 100644
--- a/SmartDeviceLink/SDLSecondaryTransportManager.m
+++ b/SmartDeviceLink/SDLSecondaryTransportManager.m
@@ -510,7 +510,6 @@ static const int TCPPortUnspecified = -1;
[protocol.protocolDelegateTable addObject:self];
self.secondaryProtocol = protocol;
- self.secondaryProtocol.securityManager = self.primaryProtocol.securityManager;
self.secondaryTransport = transport;
// we reuse Session ID acquired from primary transport's protocol
@@ -533,7 +532,6 @@ static const int TCPPortUnspecified = -1;
[protocol.protocolDelegateTable addObject:self];
self.secondaryProtocol = protocol;
- self.secondaryProtocol.securityManager = self.primaryProtocol.securityManager;
self.secondaryTransport = transport;
// we reuse Session ID acquired from primary transport's protocol