| Index: net/tools/flip_server/streamer_interface.cc
|
| diff --git a/net/tools/flip_server/streamer_interface.cc b/net/tools/flip_server/streamer_interface.cc
|
| index 9e6e6c81607f2da237aeb8dc381d9918da832ac9..b1612e733219fc05926a437e711e632b92af7704 100644
|
| --- a/net/tools/flip_server/streamer_interface.cc
|
| +++ b/net/tools/flip_server/streamer_interface.cc
|
| @@ -131,11 +131,13 @@ int StreamerSM::PostAcceptHook() {
|
| }
|
| // The Streamer interface is used to stream HTTPS connections, so we
|
| // will always use the https_server_ip/port here.
|
| - sm_other_interface_->InitSMConnection(NULL, sm_other_interface_,
|
| - epoll_server_, -1,
|
| + sm_other_interface_->InitSMConnection(NULL,
|
| + sm_other_interface_,
|
| + epoll_server_,
|
| + -1,
|
| acceptor_->https_server_ip_,
|
| acceptor_->https_server_port_,
|
| - "",
|
| + std::string(),
|
| false);
|
|
|
| return 1;
|
|
|