]> git.ipfire.org Git - thirdparty/bind9.git/commit
pullup:
authorAndreas Gustafsson <source@isc.org>
Thu, 3 Aug 2000 20:23:01 +0000 (20:23 +0000)
committerAndreas Gustafsson <source@isc.org>
Thu, 3 Aug 2000 20:23:01 +0000 (20:23 +0000)
commit7fff7ff2da12b8149ed7976401b3de8a527fec8e
treef0f116a00e2dcec39c89299e58bc0f72b90de049
parent60f988028dddf66b9ec5cbe752baf14913041a58
pullup:
In lwres_getaddrinfo() when checking for numeric addresses, the ntmp char array
was only initialized and used when LWRES_HAVE_SIN6_SCOPE_ID was defined,
but was declared and used outside a protective #ifdef.  I moved the
declaration and one use of it into #ifdef protection.
lib/lwres/getaddrinfo.c