| 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 cecb8d5124448d3d427e02bad276c1a43f355de2..2b7d5ddbb61e711b88a31cce435f0c98f9f2b838 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
|
|
|