2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

80 character lines

This commit is contained in:
Brian Wellington
2001-02-15 07:58:48 +00:00
parent 5d9cd26d79
commit 2d67fbd786

View File

@@ -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 <config.h>
@@ -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 "