Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[IB] cm: Add missing break in switch
Add missing "break" in switch statement. Without the break, the CM ended up always falling through and setting every connection request to use RC transport, which meant that UC connections didn't work. Signed-off-by: Roland Dreier <rolandd@cisco.com>
- Loading branch information