From e400ef70fb06ec7d9bd8bbe5595e092e0673f05d Mon Sep 17 00:00:00 2001 From: Roland Dreier Date: Tue, 31 Oct 2006 15:52:42 +0000 Subject: [PATCH] Fix previous sq_draining change so it actually builds Signed-off-by: Roland Dreier --- src/cmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmd.c b/src/cmd.c index 29d3fd2..f92f28b 100644 --- a/src/cmd.c +++ b/src/cmd.c @@ -662,7 +662,7 @@ int ibv_cmd_query_qp(struct ibv_qp *qp, struct ibv_qp_attr *attr, attr->cur_qp_state = resp.cur_qp_state; attr->path_mtu = resp.path_mtu; attr->path_mig_state = resp.path_mig_state; - attr->sq_draining = resp.en_sqd_async_notify; + attr->sq_draining = resp.sq_draining; attr->max_rd_atomic = resp.max_rd_atomic; attr->max_dest_rd_atomic = resp.max_dest_rd_atomic; attr->min_rnr_timer = resp.min_rnr_timer; -- 2.46.0