git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7150bf8
)
[IB] cm: Add missing break in switch
author
Roland Dreier
<rolandd@cisco.com>
Thu, 20 Oct 2005 19:29:36 +0000
(12:29 -0700)
committer
Roland Dreier
<rolandd@cisco.com>
Thu, 20 Oct 2005 19:29:36 +0000
(12:29 -0700)
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>
No differences found