summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHerasym Oleh <oolleehh@gmail.com>2016-01-26 16:42:34 +0200
committerHerasym Oleh <oolleehh@gmail.com>2016-01-28 13:54:54 +0200
commit0db67741babcd8c6f34f38d5194c04760dc9d47a (patch)
tree7da0c4c0111c1aa4f3e95368617febebb0a1bb75
parentbe534e088a083530c6e2261e54023101fc8faf39 (diff)
downloadsmartdevicelink-0db67741babcd8c6f34f38d5194c04760dc9d47a.tar.gz
Change updateRequestTimeout to TerminateRequest
Fix incorrect behavior Related: APPLINK-17652
-rw-r--r--src/components/application_manager/src/commands/mobile/create_interaction_choice_set_request.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/application_manager/src/commands/mobile/create_interaction_choice_set_request.cc b/src/components/application_manager/src/commands/mobile/create_interaction_choice_set_request.cc
index 60ba1316d..58c6d7e19 100644
--- a/src/components/application_manager/src/commands/mobile/create_interaction_choice_set_request.cc
+++ b/src/components/application_manager/src/commands/mobile/create_interaction_choice_set_request.cc
@@ -414,8 +414,8 @@ void CreateInteractionChoiceSetRequest::onTimeOut() {
// according to SDLAQ-CRS-2976
sync_primitives::AutoLock timeout_lock_(is_timed_out_lock_);
is_timed_out_ = true;
- ApplicationManagerImpl::instance()->updateRequestTimeout(
- connection_key(), correlation_id(), 0);
+ ApplicationManagerImpl::instance()->TerminateRequest(
+ connection_key(), correlation_id());
}
void CreateInteractionChoiceSetRequest::DeleteChoices() {