Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9cded988 authored by Mike Lockwood's avatar Mike Lockwood Committed by Android (Google) Code Review
Browse files

Merge "MTP: Clean up MtpServer initialization and threading:"

parents 350d9162 dec7388c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -237,6 +237,8 @@ void MtpServer::run() {

    if (mSessionOpen)
        mDatabase->sessionEnded();
    close(fd);
    mFD = -1;
}

void MtpServer::sendObjectAdded(MtpObjectHandle handle) {