diff options
Diffstat (limited to 'remoting/host/chromoting_host.cc')
-rw-r--r-- | remoting/host/chromoting_host.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/remoting/host/chromoting_host.cc b/remoting/host/chromoting_host.cc index 5b2a21d..7039d87 100644 --- a/remoting/host/chromoting_host.cc +++ b/remoting/host/chromoting_host.cc @@ -383,6 +383,7 @@ void ChromotingHost::LocalLoginSucceeded() { connection_->client_stub()->BeginSessionResponse( status, new DeleteTask<protocol::LocalLoginStatus>(status)); + connection_->OnClientAuthenticated(); recorder_->Start(); } |