This commit is contained in:
Robert Swiecki 2016-03-01 15:38:58 +01:00
parent cc987ec775
commit 60ece3a192

View File

@ -272,7 +272,7 @@ static bool containRemountRO(struct mounts_t *mpt)
return false;
}
if (mpt->flags &= MS_RDONLY) {
if (mpt->flags & MS_RDONLY) {
LOG_D("Re-mounting RO '%s'", mpt->dst);
if (mount
(mpt->dst, mpt->dst, NULL,