summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2017-07-27 09:48:12 -0400
committerJoel Fischer <joeljfischer@gmail.com>2017-07-27 09:48:12 -0400
commit97b80ac67b1d5b5896fc9ca03171413a59cde178 (patch)
tree3c7c9dc08c21132df7ac2c8f4614d0e10766819d
parentcc70dd18591f982c6da6eefed7fc893796a06d3b (diff)
downloadsdl_ios-97b80ac67b1d5b5896fc9ca03171413a59cde178.tar.gz
Move custom initializer back to default
-rw-r--r--SmartDeviceLink/SDLControlFramePayloadRPCStartService.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLControlFramePayloadRPCStartService.m b/SmartDeviceLink/SDLControlFramePayloadRPCStartService.m
index 9d4b47d28..28001d48f 100644
--- a/SmartDeviceLink/SDLControlFramePayloadRPCStartService.m
+++ b/SmartDeviceLink/SDLControlFramePayloadRPCStartService.m
@@ -56,7 +56,7 @@ NS_ASSUME_NONNULL_BEGIN
}
BsonObject payloadObject;
- bson_object_initialize(&payloadObject, 1, 1.0);
+ bson_object_initialize_default(&payloadObject);
if (self.protocolVersion != nil) {
bson_object_put_string(&payloadObject, SDLControlFrameProtocolVersionKey, (char *)self.protocolVersion.UTF8String);