| Index: remoting/host/it2me/it2me_host.cc
|
| diff --git a/remoting/host/it2me/it2me_host.cc b/remoting/host/it2me/it2me_host.cc
|
| index 22a9790d69876bfecdb223eb0d04acc0ea4e308c..0ea715f3231449342b66acbac4b380b5e30e9ff4 100644
|
| --- a/remoting/host/it2me/it2me_host.cc
|
| +++ b/remoting/host/it2me/it2me_host.cc
|
| @@ -229,8 +229,10 @@ void It2MeHost::FinishConnect() {
|
| protocol::NetworkSettings::NAT_TRAVERSAL_FULL :
|
| protocol::NetworkSettings::NAT_TRAVERSAL_DISABLED);
|
| if (!nat_traversal_enabled_) {
|
| - network_settings.min_port = protocol::NetworkSettings::kDefaultMinPort;
|
| - network_settings.max_port = protocol::NetworkSettings::kDefaultMaxPort;
|
| + network_settings.port_range.min_port =
|
| + protocol::NetworkSettings::kDefaultMinPort;
|
| + network_settings.port_range.max_port =
|
| + protocol::NetworkSettings::kDefaultMaxPort;
|
| }
|
|
|
| // Create the host.
|
|
|