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 bug in in_mtab() where the return value is always 1 #9168

Merged
merged 1 commit into from
Aug 20, 2019

Commits on Aug 15, 2019

  1. zfs-functions.in: in_mtab() always returns 1

    $fs used with the wrong sed command where should be $mntpnt instead
    to match a variable exported by read_mtab()
    
    The fix is mostly to reuse the sed command found in read_mtab()
    
    Signed-off-by: Alexey Smirnoff <fling@member.fsf.org>
    fling- authored Aug 15, 2019
    Configuration menu
    Copy the full SHA
    95c81d3 View commit details
    Browse the repository at this point in the history