Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify oscap_source_validate_schematron #2122

Merged
merged 1 commit into from
Jun 18, 2024

Commits on Jun 6, 2024

  1. Simplify oscap_source_validate_schematron

    The function `oscap_source_validate_schematron` is always called
    with the second parameter `outfile` set to NULL, therefore this
    parameter isn't needed and we can decide that the output will
    be printed to stdout. That allows further simplification of
    static functions in schematron.c.
    
    Fixes: OpenSCAP#1720
    jan-cerny committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    2b2836c View commit details
    Browse the repository at this point in the history