mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 20:17:37 +00:00
Bug 843958 - Fix compiler warning for SCO not handling LM; r=echou
This commit is contained in:
parent
7eef9798c9
commit
23bbe6a3ed
@ -84,6 +84,9 @@ BluetoothUnixSocketConnector::SetUp(int aFd)
|
||||
lm |= mAuth ? L2CAP_LM_AUTH : 0;
|
||||
lm |= mEncrypt ? L2CAP_LM_ENCRYPT : 0;
|
||||
break;
|
||||
case BluetoothSocketType::SCO:
|
||||
default:
|
||||
MOZ_NOT_REACHED("Unknown socket type!");
|
||||
}
|
||||
|
||||
if (lm) {
|
||||
|
Loading…
Reference in New Issue
Block a user