mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 06:39:32 -04:00
Fix build w/o INET6.
Submitted by: Andre Albsmeier <Andre.Albsmeier siemens com>
This commit is contained in:
parent
d1b4fdece5
commit
720fc1c7dc
1 changed files with 2 additions and 0 deletions
|
|
@ -2025,7 +2025,9 @@ _dns_ghbyaddr(void *rval, void *cb_data, va_list ap)
|
|||
querybuf *buf;
|
||||
char qbuf[MAXDNAME+1];
|
||||
char *hlist[2];
|
||||
#ifdef INET6
|
||||
char *tld6[] = { "ip6.arpa", NULL };
|
||||
#endif
|
||||
char *tld4[] = { "in-addr.arpa", NULL };
|
||||
char **tld;
|
||||
res_state statp;
|
||||
|
|
|
|||
Loading…
Reference in a new issue