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

Fix error text for EINVAL in zfs_receive_one() #8977

Merged
merged 1 commit into from
Jul 3, 2019

Commits on Jul 1, 2019

  1. Fix error text for EINVAL in zfs_receive_one()

    This small patch fixes the EINVAL case for zfs_receive_one(). A
    missing 'else' has been added to the two possible cases, which
    will ensure the intended error message is printed.
    
    Signed-off-by: Tom Caputi <tcaputi@datto.com>
    Tom Caputi committed Jul 1, 2019
    Configuration menu
    Copy the full SHA
    767871c View commit details
    Browse the repository at this point in the history