INN commit: trunk/innfeed (connection.c)
INN Commit
Russ_Allbery at isc.org
Tue Feb 5 23:21:23 UTC 2008
Date: Tuesday, February 5, 2008 @ 15:21:23
Author: eagle
Revision: 7712
Cycle remote addresses if creating a socket failed, since we may have
been trying to create an AF_INET6 socket on a system that doesn't
support IPv6. Thanks, D. Stussy.
Modified:
trunk/innfeed/connection.c
--------------+
connection.c | 1 +
1 file changed, 1 insertion(+)
Modified: connection.c
===================================================================
--- connection.c 2008-02-03 01:48:23 UTC (rev 7711)
+++ connection.c 2008-02-05 23:21:23 UTC (rev 7712)
@@ -521,6 +521,7 @@
syswarn ("%s:%d cxnsleep can't create socket", peerName, cxn->ident) ;
d_printf (1,"Can't get a socket: %s\n", strerror (errno)) ;
+ hostIpFailed (cxn->myHost) ;
cxnSleepOrDie (cxn) ;
return false ;
More information about the inn-committers
mailing list