chiark / gitweb /
ipv6: More buffers in iaddr_to_string
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 29 Jun 2014 22:15:58 +0000 (23:15 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 5 Oct 2014 20:27:28 +0000 (21:27 +0100)
commit771a583af1a28d23506e557d1f9c83296b0d1d35
tree20c2f0f2fb1dede5e915ce86b0e5fe2dd89d364f
parent2093fb5ca832669236d9e4e8b6475a14b96b3d2a
ipv6: More buffers in iaddr_to_string

We are going to have addresses of multiple address families in various
places, which will mean more calls to iaddr_to_string for the benefit
of the same logging statement.

Increase the number of static buffers used by iaddr_to_string from 2
to 8.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
util.c