summaryrefslogtreecommitdiff
path: root/devel/directfb/files/patch-lib-voodoo-client.c
blob: f820d6ed7f4d2ff251981822a1c73989f3ebcd11 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- lib/voodoo/client.c
+++ lib/voodoo/client.c
@@ -97,10 +97,12 @@ voodoo_client_create( const char     *hostname,
                     D_ERROR( "Direct/Log: Port 2323 is unreachable!\n" );
                     return DR_FAILURE;
                
+/*
                case EAI_ADDRFAMILY:
                case EAI_NODATA:
                     D_ERROR( "Direct/Log: Host found, but has no address!\n" );
                     return DR_FAILURE;
+*/
                     
                case EAI_MEMORY:
                     return D_OOM();