Author :
claudio
Date :
2023-06-14 14:09:29
Hash :d58c1766 Message :Replace the last few print_host() calls with print_addr() ones.
In most cases print_host(addr, buf, buflen) can be replaced with
strlcpy(buf, print_addr(addr), buflen).
Some code was never fully adjusted to the full power of print_host() and
there are remnants of times well before print_host() supported multiple
internal buffers.
With and OK tb@