AppArmor: Remove semicolon

Remove unneeded semicolon

Signed-off-by: Vasyl Gomonovych <gomonovych@gmail.com>
Signed-off-by: John Johansen <john.johansen@canonical.com>
This commit is contained in:
Vasyl Gomonovych 2019-07-26 15:32:10 +02:00 committed by John Johansen
parent 278de07ef8
commit e4f4e6ba5e
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ static int d_namespace_path(const struct path *path, char *buf, char **name,
error = PTR_ERR(res);
*name = buf;
goto out;
};
}
} else if (!our_mnt(path->mnt))
connected = 0;