| Index: remoting/protocol/jingle_session_manager.cc
|
| ===================================================================
|
| --- remoting/protocol/jingle_session_manager.cc (revision 138222)
|
| +++ remoting/protocol/jingle_session_manager.cc (working copy)
|
| @@ -141,7 +141,8 @@
|
|
|
| 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());
|
|
|