diff options
Diffstat (limited to 'remoting/host/client_session.cc')
-rw-r--r-- | remoting/host/client_session.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/remoting/host/client_session.cc b/remoting/host/client_session.cc index 9999db0..72666fb 100644 --- a/remoting/host/client_session.cc +++ b/remoting/host/client_session.cc @@ -33,6 +33,7 @@ ClientSession::ClientSession( : event_handler_(event_handler), user_authenticator_(user_authenticator), connection_(connection), + client_jid_(connection->session()->jid()), input_stub_(input_stub), authenticated_(false), awaiting_continue_approval_(false), |