| Index: remoting/host/win/worker_process_launcher.cc
|
| diff --git a/remoting/host/win/worker_process_launcher.cc b/remoting/host/win/worker_process_launcher.cc
|
| index f255935c5f7a81623cb0328f0778667dc1de150b..64dfa8ef7ac53d3a1683f98e5f73201c26ff8b16 100644
|
| --- a/remoting/host/win/worker_process_launcher.cc
|
| +++ b/remoting/host/win/worker_process_launcher.cc
|
| @@ -257,7 +257,7 @@ void WorkerProcessLauncher::StopWorker() {
|
| // misconfiguration.
|
| if (kMinPermanentErrorExitCode <= exit_code_ &&
|
| exit_code_ <= kMaxPermanentErrorExitCode) {
|
| - ipc_handler_->OnPermanentError();
|
| + ipc_handler_->OnPermanentError(exit_code_);
|
| return;
|
| }
|
|
|
|
|