blob: b010cfaa8779d9be8eb2547bc3f3a1d169e576e0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- lib/direct/log.c
+++ lib/direct/log.c
@@ -335,10 +335,12 @@ parse_host_addr( const char *hostport,
D_ERROR( "Direct/Log: Port %s is unreachable!\n", portstr );
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();
|