diff options
| author | Mariusz Zaborski <oshogbo@FreeBSD.org> | 2016-04-14 18:27:10 +0000 |
|---|---|---|
| committer | Mariusz Zaborski <oshogbo@FreeBSD.org> | 2016-04-14 18:27:10 +0000 |
| commit | 7f6a709bef784b87a704b44c08a7790446109c35 (patch) | |
| tree | 3085f25fe79435f760d8f2d477207e43cc9e0136 /lib/libcasper | |
| parent | 7b34dbe450dbf5092a528928ad4dbb7751ad3e88 (diff) | |
Notes
Diffstat (limited to 'lib/libcasper')
| -rw-r--r-- | lib/libcasper/services/cap_dns/cap_dns.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libcasper/services/cap_dns/cap_dns.c b/lib/libcasper/services/cap_dns/cap_dns.c index 873af4cdcdde..0ecf047027b2 100644 --- a/lib/libcasper/services/cap_dns/cap_dns.c +++ b/lib/libcasper/services/cap_dns/cap_dns.c @@ -632,6 +632,7 @@ dns_getaddrinfo(const nvlist_t *limits, const nvlist_t *nvlin, nvlist_t *nvlout) hints.ai_addrlen = 0; hints.ai_addr = NULL; hints.ai_canonname = NULL; + hints.ai_next = NULL; hintsp = &hints; family = hints.ai_family; } else { |
