From: Mark Wooding Date: Sat, 16 Sep 2017 16:38:32 +0000 (+0100) Subject: server/: Introduce accessor functions for reading and writing port numbers. X-Git-Tag: 1.5.0~41^2~24 X-Git-Url: https://git.distorted.org.uk/~mdw/tripe/commitdiff_plain/d98625f4404ba4fca4f395bc72f15d68043d75b4?hp=d98625f4404ba4fca4f395bc72f15d68043d75b4 server/: Introduce accessor functions for reading and writing port numbers. There are still some raw accesses to port numbers outside of address- family switches, but these are all concerned with conversions between address structures and strings, and this will be fixed in a later change. ---