| Index: remoting/protocol/jingle_session_manager.cc
|
| diff --git a/remoting/protocol/jingle_session_manager.cc b/remoting/protocol/jingle_session_manager.cc
|
| index 1ca26bde8cbdbdcc1654a04d43b9df3d821f59cc..ffd5141b81dcd553a43b6ff6095ecdb972a0c345 100644
|
| --- a/remoting/protocol/jingle_session_manager.cc
|
| +++ b/remoting/protocol/jingle_session_manager.cc
|
| @@ -288,7 +288,7 @@ void JingleSessionManager::OnSessionCreate(
|
| }
|
| JingleSession* jingle_session =
|
| JingleSession::CreateServerSession(this, certificate_,
|
| - private_key_.release());
|
| + private_key_.get());
|
| certificate_ = NULL;
|
| sessions_.push_back(make_scoped_refptr(jingle_session));
|
| jingle_session->Init(cricket_session);
|
|
|