mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 13:39:59 -04:00
parent
fe2b067ab4
commit
1f83863b9b
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ getnameinfo(const struct sockaddr *sa, socklen_t salen, char *host,
|
|||
IRS_GETNAMEINFO_BUFLEN_T hostlen, char *serv,
|
||||
IRS_GETNAMEINFO_BUFLEN_T servlen, IRS_GETNAMEINFO_FLAGS_T flags)
|
||||
{
|
||||
struct afd *afd;
|
||||
struct afd *afd = NULL;
|
||||
struct servent *sp;
|
||||
unsigned short port = 0;
|
||||
#ifdef IRS_PLATFORM_HAVESALEN
|
||||
|
|
|
|||
Loading…
Reference in a new issue