mirror of
https://git.freebsd.org/ports.git
synced 2025-06-10 15:20:32 -04:00
- Unbreak - Switch to options helpers PR: 185885 Submitted by: hardy.schumacher@gmx.de Approved by: maintainer timeout (anatoly.borodin@gmail.com, 2 years)
17 lines
557 B
C
17 lines
557 B
C
--- lib/voodoo/client.c.orig 2012-05-23 13:43:12 UTC
|
|
+++ lib/voodoo/client.c
|
|
@@ -164,12 +164,14 @@ voodoo_client_create( const char *ho
|
|
D_ERROR( "Direct/Log: Service is unreachable!\n" );
|
|
return DR_FAILURE;
|
|
|
|
+/*
|
|
#ifdef EAI_ADDRFAMILY
|
|
case EAI_ADDRFAMILY:
|
|
#endif
|
|
case EAI_NODATA:
|
|
D_ERROR( "Direct/Log: Host found, but has no address!\n" );
|
|
return DR_FAILURE;
|
|
+*/
|
|
|
|
case EAI_MEMORY:
|
|
return D_OOM();
|