Commit e4f4e6ba authored by Vasyl Gomonovych's avatar Vasyl Gomonovych Committed by John Johansen

AppArmor: Remove semicolon

Remove unneeded semicolon
Signed-off-by: default avatarVasyl Gomonovych <gomonovych@gmail.com>
Signed-off-by: default avatarJohn Johansen <john.johansen@canonical.com>
parent 278de07e
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment