Removed some warning messages.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@403 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2000-06-30 22:01:36 +00:00 committed by cras
commit 68994bd738
5 changed files with 6 additions and 6 deletions

View file

@ -380,7 +380,7 @@ int net_gethostbyaddr(IPADDR *ip, char **name)
if (getnameinfo(ai->ai_addr, ai->ai_addrlen, hbuf, sizeof(hbuf), NULL, 0, 0))
return 1;
/*FIXME: how does this work? *name = g_strdup(ai->???);*/
/*FIXME: how does this work? *name = g_strdup(ai->?);*/
freeaddrinfo(ai);
return 1;
#else