mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 947870 - Assertion in BluetoothOppManager::CreateFile (bluedroid), r=echou
This commit is contained in:
parent
f54ff5ed2a
commit
1551465c06
@ -850,8 +850,6 @@ BluetoothOppManager::ServerDataHandler(UnixSocketRawData* aMessage)
|
||||
ExtractPacketHeaders(pktHeaders);
|
||||
ValidateFileName();
|
||||
|
||||
mPutPacketReceivedLength = 0;
|
||||
|
||||
// When we cancel the transfer, delete the file and notify completion
|
||||
if (mAbortFlag) {
|
||||
ReplyToPut(mPutFinalFlag, false);
|
||||
|
Loading…
Reference in New Issue
Block a user