Hi,
some of our internal checking tools emit errors when the code is using
outdated function with IPv4 only support. Because IPv6 build-time
support is now required, I think using instead inet_pton would be better.
The first attached patch replaces inet_addr with proper error reporting
function.
On 08/08/2021 16:06, Matthias Andree wrote:
> Am 08.08.21 um 15:02 schrieb Ed W:
>> On 19/07/2021 18:52, Ed W wrote:
>>> Hi, around 2.82 someone posted a little patch to import the config files in
>>> dictionary order, which
>>> is very useful for situations where you have overlapping definitions.