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

Commit 1efd0602 authored by Steven Moreland's avatar Steven Moreland Committed by Android (Google) Code Review
Browse files

Merge "binder: make setRequestingSid(false) work"

parents 5d247faa 3668be62
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -218,7 +218,7 @@ void BBinder::setRequestingSid(bool requestingSid)
        if (!e) return; // out of memory
    }

    e->mRequestingSid = true;
    e->mRequestingSid = requestingSid;
}

BBinder::~BBinder()