Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b21ef16a authored by Steve Wise's avatar Steve Wise Committed by Roland Dreier
Browse files

RDMA/cxgb4: Don't call abort_connection() for active connect failures

parent f38926aa
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -969,7 +969,8 @@ static void process_mpa_reply(struct c4iw_ep *ep, struct sk_buff *skb)
		goto err;
		goto err;
	goto out;
	goto out;
err:
err:
	abort_connection(ep, skb, GFP_KERNEL);
	state_set(&ep->com, ABORTING);
	send_abort(ep, skb, GFP_KERNEL);
out:
out:
	connect_reply_upcall(ep, err);
	connect_reply_upcall(ep, err);
	return;
	return;