| Index: remoting/host/elevated_controller_win.cc
|
| diff --git a/remoting/host/elevated_controller_win.cc b/remoting/host/elevated_controller_win.cc
|
| index 4e7c9f58ee5956cf0de8668610bb9136dee5b478..9f2154a5ed1f1c7d260154e4bd3bcb5fb47a65e2 100644
|
| --- a/remoting/host/elevated_controller_win.cc
|
| +++ b/remoting/host/elevated_controller_win.cc
|
| @@ -195,7 +195,7 @@ HRESULT WriteConfig(const char* content, size_t length) {
|
|
|
| // Ask the user to verify the configuration.
|
| remoting::VerifyConfigWindowWin verify_win(email, host_id, host_secret_hash);
|
| - if (!verify_win.Run()) {
|
| + if (verify_win.DoModal() != IDOK) {
|
| return E_FAIL;
|
| }
|
|
|
|
|