summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Elias <francois.elias@livio.io>2021-09-02 10:07:37 -0400
committerFrank Elias <francois.elias@livio.io>2021-09-02 10:07:37 -0400
commitff9002f5ad5af8e692e8d1c406ce6d9bca332c85 (patch)
tree28f7179d8ce73586368b4c55c26c6f7b6df917f7
parent5eb09a4e316ab9e55575a34074945ee7579bdec9 (diff)
downloadsdl_ios-ff9002f5ad5af8e692e8d1c406ce6d9bca332c85.tar.gz
sdl_processSecurityMessage updated
-rw-r--r--SmartDeviceLink/private/SDLProtocol.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink/private/SDLProtocol.m b/SmartDeviceLink/private/SDLProtocol.m
index a32e32044..e130e1e22 100644
--- a/SmartDeviceLink/private/SDLProtocol.m
+++ b/SmartDeviceLink/private/SDLProtocol.m
@@ -806,7 +806,7 @@ NS_ASSUME_NONNULL_BEGIN
}
if (clientSecurityQueryPayload.queryID != SDLSecurityQueryIdSendHandshake
- && !(clientSecurityQueryPayload.queryType == SDLSecurityQueryTypeRequest || clientSecurityQueryPayload.queryType == SDLSecurityQueryTypeNotification)) {
+ || !(clientSecurityQueryPayload.queryType == SDLSecurityQueryTypeRequest || clientSecurityQueryPayload.queryType == SDLSecurityQueryTypeNotification)) {
SDLLogE(@"Security Query module error: Message is not a SEND_HANDSHAKE_DATA REQUEST");
return;
}