Bug 947870 - Assertion in BluetoothOppManager::CreateFile (bluedroid), r=echou

This commit is contained in:
Ben Tian 2013-12-23 16:47:12 +08:00
parent f54ff5ed2a
commit 1551465c06

View File

@ -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);