mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 10:59:59 -04:00
parent
749c854638
commit
d70997f413
1 changed files with 1 additions and 1 deletions
|
|
@ -161,7 +161,7 @@ int
|
|||
lwres_getnameinfo(const struct sockaddr *sa, size_t salen, char *host,
|
||||
size_t hostlen, char *serv, size_t servlen, int flags)
|
||||
{
|
||||
struct afd *afd;
|
||||
struct afd *afd = NULL;
|
||||
struct servent *sp;
|
||||
unsigned short port;
|
||||
#ifdef LWRES_PLATFORM_HAVESALEN
|
||||
|
|
|
|||
Loading…
Reference in a new issue