summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicoleYarroch <nicole@livio.io>2019-02-28 15:33:13 -0500
committerNicoleYarroch <nicole@livio.io>2019-02-28 15:33:13 -0500
commitc9e62256784d27dda740226ad444552d3b74b627 (patch)
tree7c7cbd38abc2d5583f52493534efed0d1ba45288
parentad0e2081fe529c6b8976218c44349213d7b800dd (diff)
downloadsdl_ios-c9e62256784d27dda740226ad444552d3b74b627.tar.gz
Fixed init in `ControlFramePayloadRPCStartServiceAck`
-rw-r--r--SmartDeviceLink/SDLControlFramePayloadRPCStartServiceAck.h2
-rw-r--r--SmartDeviceLink/SDLControlFramePayloadRPCStartServiceAck.m1
2 files changed, 1 insertions, 2 deletions
diff --git a/SmartDeviceLink/SDLControlFramePayloadRPCStartServiceAck.h b/SmartDeviceLink/SDLControlFramePayloadRPCStartServiceAck.h
index 253cbeb97..2a1d301f6 100644
--- a/SmartDeviceLink/SDLControlFramePayloadRPCStartServiceAck.h
+++ b/SmartDeviceLink/SDLControlFramePayloadRPCStartServiceAck.h
@@ -21,7 +21,7 @@ NS_ASSUME_NONNULL_BEGIN
@property (assign, nonatomic, readonly) int64_t mtu;
/**
- * A token to be used to authenticate a websocket connection on app activation.
+ * A token used to authenticate a websocket connection on app activation.
*
* @Since SDL 5.2
*/
diff --git a/SmartDeviceLink/SDLControlFramePayloadRPCStartServiceAck.m b/SmartDeviceLink/SDLControlFramePayloadRPCStartServiceAck.m
index 8d73c8876..b9e54d9a3 100644
--- a/SmartDeviceLink/SDLControlFramePayloadRPCStartServiceAck.m
+++ b/SmartDeviceLink/SDLControlFramePayloadRPCStartServiceAck.m
@@ -56,7 +56,6 @@ NS_ASSUME_NONNULL_BEGIN
_hashId = SDLControlFrameInt32NotFound;
_mtu = SDLControlFrameInt64NotFound;
- _authToken = nil;
if (data.length > 0) {
[self sdl_parse:data];