diff options
Diffstat (limited to 'remoting/client')
-rw-r--r-- | remoting/client/jingle_host_connection.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/remoting/client/jingle_host_connection.cc b/remoting/client/jingle_host_connection.cc index f40f720..c70e2c6 100644 --- a/remoting/client/jingle_host_connection.cc +++ b/remoting/client/jingle_host_connection.cc @@ -65,6 +65,8 @@ void JingleHostConnection::InitConnection() { // Initialize |chromotocol_server_|. JingleChromotingServer* chromotocol_server = new JingleChromotingServer(message_loop()); + // TODO(ajwong): Make this a command switch when we're more stable. + chromotocol_server->set_allow_local_ips(true); chromotocol_server->Init( jingle_client_->GetFullJid(), jingle_client_->session_manager(), |