mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +00:00
silence clang warning
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user