diff options
| -rw-r--r-- | libglusterfs/src/common-utils.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/libglusterfs/src/common-utils.c b/libglusterfs/src/common-utils.c index 6955f7322be..6ee32cac747 100644 --- a/libglusterfs/src/common-utils.c +++ b/libglusterfs/src/common-utils.c @@ -117,6 +117,7 @@ gf_resolve_ip6 (const char *hostname,                  memset(&hints, 0, sizeof(hints));                  hints.ai_family   = family;                  hints.ai_socktype = SOCK_STREAM; +                hints.ai_flags    = AI_ADDRCONFIG;                  ret = gf_asprintf (&port_str, "%d", port);                  if (-1 == ret) {  | 
