| Index: omaha_response_handler_action.cc
|
| diff --git a/omaha_response_handler_action.cc b/omaha_response_handler_action.cc
|
| index d93919a1bfde82a8590c8afd481d39b00049db34..75776abe6c5dd83dc26bc54d0cd31c4decbdc18e 100644
|
| --- a/omaha_response_handler_action.cc
|
| +++ b/omaha_response_handler_action.cc
|
| @@ -43,7 +43,7 @@ void OmahaResponseHandlerAction::PerformAction() {
|
| LOG(INFO) << "Using this install plan:";
|
| install_plan_.Dump();
|
|
|
| - completer.set_success(true);
|
| + completer.set_code(kActionCodeSuccess);
|
| }
|
|
|
| bool OmahaResponseHandlerAction::GetInstallDev(const std::string& boot_dev,
|
|
|