|
@@ -2834,7 +2834,7 @@ static int nes_query_qp(struct ib_qp *ibqp, struct ib_qp_attr *attr,
|
|
|
init_attr->qp_context = nesqp->ibqp.qp_context;
|
|
|
init_attr->send_cq = nesqp->ibqp.send_cq;
|
|
|
init_attr->recv_cq = nesqp->ibqp.recv_cq;
|
|
|
- init_attr->srq = nesqp->ibqp.srq = nesqp->ibqp.srq;
|
|
|
+ init_attr->srq = nesqp->ibqp.srq;
|
|
|
init_attr->cap = attr->cap;
|
|
|
|
|
|
return 0;
|