Merge pull request #16 from nsabovic/mac-port-number

Fix incorrect port numbers being registered for services on macOS.
This commit is contained in:
Walker Crouse 2021-10-19 07:19:33 -04:00 committed by GitHub
commit 886560528e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ impl ManagedDNSServiceRef {
regtype,
domain,
host,
port,
port.to_be(),
txt_len,
txt_record,
callback,