Initialize mFuseMounted

We missed one of the constructors before.

Bug: 137890172
Test: TreeHugger
Change-Id: If2f8a15d5abdff6e3a457a76e9d54b2c58d80422
gugelfrei
Greg Kaiser 5 years ago
parent 0aeb0c388e
commit 5298ccc2a7

@ -56,6 +56,7 @@ EmulatedVolume::EmulatedVolume(const std::string& rawPath, dev_t device, const s
setId(StringPrintf("emulated:%u,%u;%u", major(device), minor(device), userId));
mRawPath = rawPath;
mLabel = fsUuid;
mFuseMounted = false;
}
EmulatedVolume::~EmulatedVolume() {}

Loading…
Cancel
Save