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

backend/ipp: Change handling of job_canceled #74

Merged
merged 1 commit into from
Mar 7, 2021

Commits on Jan 13, 2021

  1. backend/ipp: Change handling of job_canceled

    job_canceled can be -1, 0, or 1. 0 indicates no error, 1 indicates
    that we were cancelled in normal operations (user cancelled from
    computer) and -1 indicates cancelled by printer.  There is clearly
    an assumption that -1 is false since there is a check for
    job_canceled < 0 a few lines later.
    
    BUG=b:174793115
    TEST=Print to printer with malformed PWG-Raster content
    
    Change-Id: I88f504d00e0680507cd439b633c6c288cf7c5390
    Sean Kau authored and tsite committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    eb60f2d View commit details
    Browse the repository at this point in the history