diff options
| author | Joel Fischer <joeljfischer@gmail.com> | 2017-07-27 09:48:12 -0400 |
|---|---|---|
| committer | Joel Fischer <joeljfischer@gmail.com> | 2017-07-27 09:48:12 -0400 |
| commit | 97b80ac67b1d5b5896fc9ca03171413a59cde178 (patch) | |
| tree | 3c7c9dc08c21132df7ac2c8f4614d0e10766819d /SmartDeviceLink/SDLControlFramePayloadRPCStartService.m | |
| parent | cc70dd18591f982c6da6eefed7fc893796a06d3b (diff) | |
| download | sdl_ios-97b80ac67b1d5b5896fc9ca03171413a59cde178.tar.gz | |
Move custom initializer back to default
Diffstat (limited to 'SmartDeviceLink/SDLControlFramePayloadRPCStartService.m')
| -rw-r--r-- | SmartDeviceLink/SDLControlFramePayloadRPCStartService.m | 2 |
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); |
