Skip to content
Snippets Groups Projects
Commit a5dba023 authored by Neil Conway's avatar Neil Conway
Browse files

The call to DNSServiceRegistrationCreate in postmaster.c does incorrect

byte-swapping on the port number which causes the call to fail on Intel
Macs.

This patch uses htons() instead of htonl() and fixes this bug.

Ashley Clark
parent b3358e26
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment