INN commit: branches/2.4/innfeed (host.c)
INN Commit
Russ_Allbery at isc.org
Sun May 18 20:04:35 UTC 2008
Date: Sunday, May 18, 2008 @ 13:04:35
Author: iulius
Revision: 7833
Fix a problem of undefined constant.
Modified:
branches/2.4/innfeed/host.c
--------+
host.c | 2 ++
1 file changed, 2 insertions(+)
Modified: host.c
===================================================================
--- host.c 2008-05-14 19:02:31 UTC (rev 7832)
+++ host.c 2008-05-18 20:04:35 UTC (rev 7833)
@@ -1334,11 +1334,13 @@
fprintf (fp,"%s peer-name : %s\n",indent,host->params->peerName) ;
fprintf (fp,"%s ip-name : %s\n",indent,host->params->ipName) ;
+#ifdef HAVE_INET6
if (host->params->family == AF_INET6)
{
fprintf (fp,"%s bindaddress : none\n",indent);
}
else
+#endif
{
fprintf (fp,"%s bindaddress : %s\n",indent,
host->params->bindAddr == NULL ||
More information about the inn-committers
mailing list