| Index: webrtc/base/virtualsocketserver.cc
|
| diff --git a/webrtc/base/virtualsocketserver.cc b/webrtc/base/virtualsocketserver.cc
|
| index 57f218e91ba609f11612dbcad4c1f0949a6770db..1e9c5bbe2477d98587997fa35d03ea83b5ce30ab 100644
|
| --- a/webrtc/base/virtualsocketserver.cc
|
| +++ b/webrtc/base/virtualsocketserver.cc
|
| @@ -27,7 +27,7 @@
|
|
|
| namespace rtc {
|
| #if defined(WEBRTC_WIN)
|
| -const in_addr kInitialNextIPv4 = { {0x01, 0, 0, 0} };
|
| +const in_addr kInitialNextIPv4 = { { { 0x01, 0, 0, 0 } } };
|
| #else
|
| // This value is entirely arbitrary, hence the lack of concern about endianness.
|
| const in_addr kInitialNextIPv4 = { 0x01000000 };
|
|
|