summaryrefslogtreecommitdiffstats
path: root/net/tools/flip_server/streamer_interface.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net/tools/flip_server/streamer_interface.cc')
-rw-r--r--net/tools/flip_server/streamer_interface.cc8
1 files changed, 3 insertions, 5 deletions
diff --git a/net/tools/flip_server/streamer_interface.cc b/net/tools/flip_server/streamer_interface.cc
index b1612e7..9e6e6c8 100644
--- a/net/tools/flip_server/streamer_interface.cc
+++ b/net/tools/flip_server/streamer_interface.cc
@@ -131,13 +131,11 @@ 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;