diff options
| author | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2000-10-29 16:10:48 +0000 |
|---|---|---|
| committer | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2000-10-29 16:10:48 +0000 |
| commit | 725f35a7e51db2b02ed0b978f30bf4faaea40d6e (patch) | |
| tree | b2d10a9d671672930d8a583b2a29cc0caf144ad0 /lib/libc/net/res_init.c | |
| parent | cf9fa8e72541441be08abdd3a8475449da7d7995 (diff) | |
Notes
Diffstat (limited to 'lib/libc/net/res_init.c')
| -rw-r--r-- | lib/libc/net/res_init.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/net/res_init.c b/lib/libc/net/res_init.c index b1adbfc92a3d..9203b695459a 100644 --- a/lib/libc/net/res_init.c +++ b/lib/libc/net/res_init.c @@ -339,6 +339,8 @@ res_init() } nserv++; } + if (res) + freeaddrinfo(res); continue; } #ifdef RESOLVSORT |
