| Index: webrtc/p2p/base/candidate.h
|
| diff --git a/webrtc/p2p/base/candidate.h b/webrtc/p2p/base/candidate.h
|
| index 4ab1b6f2356daecbc900deedff8c5e72644f392f..ec758d2aa51c2659fdc15dd64cf60631fb566bf9 100644
|
| --- a/webrtc/p2p/base/candidate.h
|
| +++ b/webrtc/p2p/base/candidate.h
|
| @@ -249,7 +249,8 @@ class Candidate {
|
| ost << "Cand[" << transport_name_ << ":" << foundation_ << ":" << component_
|
| << ":" << protocol_ << ":" << priority_ << ":" << address << ":"
|
| << type_ << ":" << related_address_ << ":" << username_ << ":"
|
| - << password_ << ":" << network_id_ << ":" << network_cost_ << "]";
|
| + << password_ << ":" << network_id_ << ":" << network_cost_ << ":"
|
| + << generation_ << "]";
|
| return ost.str();
|
| }
|
|
|
|
|