View | Details | Raw Unified | Return to bug 190964 | Differences between
and this patch

Collapse All | Expand All

(-)src/contrib/ipfilter/lib/printhostmask.c (-1 / +1 lines)
Lines 26-32 Link Here
26
		PRINTF("any");
26
		PRINTF("any");
27
	else {
27
	else {
28
#ifdef  USE_INET6
28
		void *ptr = addr;
29
		void *ptr = addr;
29
30
30
#ifdef  USE_INET6
31
		PRINTF("%s", inet_ntop(family, ptr, ipbuf, sizeof(ipbuf)));
31
		PRINTF("%s", inet_ntop(family, ptr, ipbuf, sizeof(ipbuf)));
32
#else
32
#else

Return to bug 190964