Skip to content

Commit

Permalink
UCT/CM/RDMACM: add UCX_RDMA_CM_SOURCE_ADDRESS config, CR(6)
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeny-leksikov committed Dec 16, 2020
1 parent c416f6d commit 3270652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/gtest/common/test_helpers.cc
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ const struct sockaddr* sock_addr_storage::get_sock_addr_ptr() const {
const void* sock_addr_storage::get_sock_addr_in_buf() const {
const struct sockaddr* saddr = get_sock_addr_ptr();

EXPECT_NE((const struct sockaddr*)NULL, saddr);
ucs_assert_always(saddr != NULL);
ucs_assert_always((saddr->sa_family == AF_INET) ||
(saddr->sa_family == AF_INET6));

Expand Down

0 comments on commit 3270652

Please sign in to comment.