summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjacobkeeler <jacob.keeler@livioradio.com>2017-07-31 20:19:35 -0400
committerjacobkeeler <jacob.keeler@livioradio.com>2017-07-31 20:19:35 -0400
commitd34cd01153d579e5b4eb1bd6e2f35a8298a975b9 (patch)
treebde122a754868ce06916b5246ffab5edbbe7be1f
parent9dfc97c96d0f896689b8ea0419f159226db80d3f (diff)
downloadsdl_core-feature/constructed_payloads.tar.gz
Fix copy-paste errorfeature/constructed_payloads
-rw-r--r--src/components/protocol_handler/src/protocol_handler_impl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/protocol_handler/src/protocol_handler_impl.cc b/src/components/protocol_handler/src/protocol_handler_impl.cc
index 582e6139bc..9ef715d1c5 100644
--- a/src/components/protocol_handler/src/protocol_handler_impl.cc
+++ b/src/components/protocol_handler/src/protocol_handler_impl.cc
@@ -339,7 +339,7 @@ void ProtocolHandlerImpl::SendEndSessionNAck(ConnectionID connection_id,
uint8_t protocol_version,
uint8_t service_type) {
std::vector<std::string> rejectedParams(0, std::string(""));
- SendStartSessionNAck(connection_id,
+ SendEndSessionNAck(connection_id,
session_id,
protocol_version,
service_type,