(Auto)update libjingle 66100938-> 66106643
git-svn-id: http://webrtc.googlecode.com/svn/trunk@6046 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@@ -109,12 +109,10 @@ class FakeNetworkManager : public NetworkManagerBase,
|
||||
prefix_length = kFakeIPv6NetworkPrefixLength;
|
||||
}
|
||||
IPAddress prefix = TruncateIP(it->ipaddr(), prefix_length);
|
||||
std::string key = MakeNetworkKey(it->hostname(), prefix, prefix_length);
|
||||
scoped_ptr<Network> net(new Network(it->hostname(),
|
||||
it->hostname(),
|
||||
prefix,
|
||||
prefix_length,
|
||||
key));
|
||||
prefix_length));
|
||||
net->AddIP(it->ipaddr());
|
||||
networks.push_back(net.release());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user