commit | 170178eec991131b646960d84c86f7312a75797f | [log] [tgz] |
---|---|---|
author | Dale Sather <dalesat@fuchsia.infra.roller.google.com> | Wed Aug 17 19:17:40 2022 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Aug 17 12:20:06 2022 -0700 |
tree | 8da4476abf5bd858ff8a54694fe5142a67c42fcc | |
parent | 9f9b33ed3065e59b8e9215191ab1dbb748318067 [diff] |
[roll] Roll fuchsia [mdns] fix target names in service instances A bug in InstanceResponder was producing bad target names when publishing local service instances for consumption by local InstanceRequestors and ServiceInstanceResolvers. There was an attempt to remove the trailing ".local." from the local host name. That code used sizeof where it should have used .size(). It also shouldn't have been trying to remove the suffix. In addition, some ServiceInstances were being generated with full target names and others with simple target names. All ServiceInstance target names are now simple host names. Test: existing unit tests adjusted to test for regression Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/710488 Original-Revision: bd3f3cb03f5350febb4926e51bb7cd6c5db99d02 GitOrigin-RevId: 75001246d150948e47d03def9a2ddd394e1fb2c7 Change-Id: If6011155cbe69912a919aaff40ea5f19f283af86
This repository contains Fuchsia's Global Integration manifest files.
All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.
Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia
on Freenode.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.