diff --git a/lib/isc/unix/net.c b/lib/isc/unix/net.c index 96b501541b..7579e60b72 100644 --- a/lib/isc/unix/net.c +++ b/lib/isc/unix/net.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: net.c,v 1.18 2001/01/17 02:11:20 marka Exp $ */ +/* $Id: net.c,v 1.19 2001/02/15 07:58:48 bwelling Exp $ */ #include @@ -78,7 +78,8 @@ try_proto(int domain) { * Check to see if IPv6 is broken, as is common on Linux. */ len = sizeof(sin6); - if (getsockname(s, (struct sockaddr *)&sin6, (void *)&len) < 0) { + if (getsockname(s, (struct sockaddr *)&sin6, (void *)&len) < 0) + { isc_log_write(isc_lctx, ISC_LOGCATEGORY_GENERAL, ISC_LOGMODULE_SOCKET, ISC_LOG_ERROR, "Retrieving the address of an IPv6 "