Skip to content

Commit

Permalink
UCT/DC: Initialize qp_cap
Browse files Browse the repository at this point in the history
  • Loading branch information
yosefe committed Jun 4, 2019
1 parent eaa4411 commit 0cb7b64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
Bugfixes:
- Fix segfault when libuct.so is reloaded - issue #3558
- Fix ucx_info crash when printing configuration alias
- Fix static checker errors

## 1.5.1 (April 1, 2019)
Bugfixes:
Expand Down
2 changes: 1 addition & 1 deletion src/uct/ib/dc/base/dc_iface.c
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ static void uct_dc_iface_dcis_destroy(uct_dc_iface_t *iface, int max)
static ucs_status_t uct_dc_iface_create_dcis(uct_dc_iface_t *iface,
uct_dc_iface_config_t *config)
{
struct ibv_qp_cap cap;
struct ibv_qp_cap cap = {0};
ucs_status_t status;
int i;

Expand Down

0 comments on commit 0cb7b64

Please sign in to comment.