Typo
authorRobert Swiecki <swiecki@google.com>
Tue, 1 Mar 2016 14:38:58 +0000 (15:38 +0100)
committerRobert Swiecki <swiecki@google.com>
Tue, 1 Mar 2016 14:38:58 +0000 (15:38 +0100)
contain.c

index a0ec7fdf38d1ecd097b63722bc53ad8e76f75010..a8b68b9dcccde582d049e21a577864646cdfbff8 100644 (file)
--- a/contain.c
+++ b/contain.c
@@ -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,