diff options
| author | Jonathan Lemon <jlemon@FreeBSD.org> | 2000-03-15 15:07:35 +0000 |
|---|---|---|
| committer | Jonathan Lemon <jlemon@FreeBSD.org> | 2000-03-15 15:07:35 +0000 |
| commit | 67ea6a3b984227cfc8a9d7ca1ef8c04852109f90 (patch) | |
| tree | c51702cc454550f71db86464633f6e7f9956e867 /lib/libc | |
| parent | c4c4a69a45b60fd04cf23f636a1752451a96a904 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/net/name6.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/net/name6.c b/lib/libc/net/name6.c index 35039e0beb69..e87f40fbed2b 100644 --- a/lib/libc/net/name6.c +++ b/lib/libc/net/name6.c @@ -840,7 +840,7 @@ _files_ghbyaddr(const void *addr, int addrlen, int af, int *errp) static struct hostent * _nis_ghbyname(const char *name, int af, int *errp) { - struct hostent *hp; + struct hostent *hp = NULL; if (af == AF_INET) { hp = _gethostbynisname(name, af); |
