summaryrefslogtreecommitdiff
path: root/security/xinetd/files/patch-af
blob: d0bee5a1187d6588d15e73a78794a105702f24ec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- xinetd/child.c.orig	Wed Aug 16 01:42:39 2000
+++ xinetd/child.c	Sat Nov 11 14:48:54 2000
@@ -318,7 +318,7 @@
 										"(%s service) %s", program_name, SC_ID( scp ) ) ;
 			
 #ifdef INET6
-			if ( SC_ACCEPTS_CONNECTIONS( scp ) && !IN6_IS_ADDR_UNSPECIFIED(sinp) )
+			if ( SC_ACCEPTS_CONNECTIONS( scp ) && !IN6_IS_ADDR_UNSPECIFIED(&(sinp->sin6_addr)) )
 				strx_print( INT_NULL, &name[ len ], namelen - len,
 													" %s" , xntoa( *sinp ) ) ;
 #else