Avoid passing NULL to freehostent(3).

MFC after:	1 week
This commit is contained in:
Yaroslav Tykhiy 2002-07-17 19:29:25 +00:00
parent 2d014fd7f8
commit 233c0f6643

View File

@ -829,6 +829,7 @@ inithosts(void)
lhrp->next = hrp;
lhrp = hrp;
}
if (hp)
freehostent(hp);
}
nextline: