Skip to content

Commit

Permalink
Merge pull request #3024 from qwert182/log-bad-addrformat
Browse files Browse the repository at this point in the history
prov/sockets: log unsupported address format
  • Loading branch information
shefty authored Jun 5, 2017
2 parents 62ad870 + 7f996ed commit 44196f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prov/sockets/src/sock_fabric.c
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ int sock_verify_info(uint32_t version, struct fi_info *hints)
case FI_SOCKADDR_IN:
break;
default:
SOCK_LOG_DBG("Unsupported address format\n");
return -FI_ENODATA;
}

Expand Down

0 comments on commit 44196f9

Please sign in to comment.