commit | 3910f44d79a8a4a26fcfefbf16c5b8e1a7743175 | [log] [tgz] |
---|---|---|
author | Roland Dreier <rolandd@cisco.com> | Thu Oct 20 12:29:36 2005 -0700 |
committer | Roland Dreier <rolandd@cisco.com> | Thu Oct 20 12:29:36 2005 -0700 |
tree | 5dd548fbe2fdabecebde7e6cca0665730f3c767b | |
parent | 7150bf8a98f14f1ba67e090ef2778004c746f465 [diff] |
[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>