summaryrefslogtreecommitdiffstats
path: root/remoting
diff options
context:
space:
mode:
Diffstat (limited to 'remoting')
-rw-r--r--remoting/host/plugin/host_script_object.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/remoting/host/plugin/host_script_object.cc b/remoting/host/plugin/host_script_object.cc
index 72449d9..b02135d 100644
--- a/remoting/host/plugin/host_script_object.cc
+++ b/remoting/host/plugin/host_script_object.cc
@@ -463,10 +463,6 @@ void HostNPScriptObject::FinishConnect(
return;
}
- // Nothing went wrong, so lets save the host, config and request.
- host_config_ = host_config;
- register_request_.reset(register_request.release());
-
// Create DesktopEnvironment.
desktop_environment_.reset(DesktopEnvironment::Create(&host_context_));
if (desktop_environment_.get() == NULL) {
@@ -474,6 +470,10 @@ void HostNPScriptObject::FinishConnect(
return;
}
+ // Beyond this point nothing can fail, so save the config and request.
+ host_config_ = host_config;
+ register_request_.reset(register_request.release());
+
// Create the Host.
LOG(INFO) << "Connecting with NAT state: " << nat_traversal_enabled_;
host_ = ChromotingHost::Create(