(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:
buildbot@webrtc.org
2014-05-02 18:51:11 +00:00
parent 13d6776c46
commit cc06c75f28
4 changed files with 52 additions and 21 deletions

View File

@@ -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());
}