mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1170086 - Fix the parameter type of DispatchReplyError() in StartLeScan result handler. r=joliu
This commit is contained in:
parent
1d15ff111e
commit
a6ba4ea445
@ -522,8 +522,7 @@ public:
|
||||
gattManager->UnregisterClient(mClient->mClientIf, result);
|
||||
}
|
||||
|
||||
DispatchReplyError(mClient->mStartLeScanRunnable,
|
||||
BluetoothValue(mClient->mAppUuid));
|
||||
DispatchReplyError(mClient->mStartLeScanRunnable, aStatus);
|
||||
mClient->mStartLeScanRunnable = nullptr;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user