| Index: cloud_print/gcp20/prototype/dns_sd_server.cc
|
| diff --git a/cloud_print/gcp20/prototype/dns_sd_server.cc b/cloud_print/gcp20/prototype/dns_sd_server.cc
|
| index 2d2716b63dd4cd7f766843649a00c2fcb0bc9969..b26ef1138a762b9815574ce7eb90e71d4c00e98d 100644
|
| --- a/cloud_print/gcp20/prototype/dns_sd_server.cc
|
| +++ b/cloud_print/gcp20/prototype/dns_sd_server.cc
|
| @@ -21,7 +21,7 @@
|
|
|
| namespace {
|
|
|
| -const char* kDefaultIpAddressMulticast = "224.0.0.251";
|
| +const char kDefaultIpAddressMulticast[] = "224.0.0.251";
|
| const uint16 kDefaultPortMulticast = 5353;
|
|
|
| const double kTimeToNextAnnouncement = 0.8; // relatively to TTL
|
|
|