(add_hostent): add back removed variable

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8793 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2000-07-24 02:04:52 +00:00
parent 47635ad9d5
commit 67a0e02bc9

View File

@@ -243,6 +243,7 @@ add_hostent (int port, int protocol, int socktype,
{
int ret;
char *canonname = NULL;
char **h;
if (*flags & AI_CANONNAME) {
canonname = find_fqdn (he);