| Index: remoting/protocol/jingle_session_manager.cc
|
| diff --git a/remoting/protocol/jingle_session_manager.cc b/remoting/protocol/jingle_session_manager.cc
|
| index f3231af793c00eac7e583283d90ae3dafa5ebc3d..5f485186927266acf326884d84be89bf55694213 100644
|
| --- a/remoting/protocol/jingle_session_manager.cc
|
| +++ b/remoting/protocol/jingle_session_manager.cc
|
| @@ -141,7 +141,8 @@ bool JingleSessionManager::OnSignalStrategyIncomingStanza(
|
|
|
| scoped_ptr<Authenticator> authenticator =
|
| authenticator_factory_->CreateAuthenticator(
|
| - message.from, message.description->authenticator_message());
|
| + signal_strategy_->GetLocalJid(), message.from,
|
| + message.description->authenticator_message());
|
|
|
| JingleSession* session = new JingleSession(this);
|
| session->InitializeIncomingConnection(message, authenticator.Pass());
|
|
|