Skip to content

Commit

Permalink
Fixes bad merge from:
Browse files Browse the repository at this point in the history
DLPX-63546 Deleting vdb with additional mount point provisioned from …

Signed-off-by: Bryant G. Ly <bly@catalogicsoftware.com>
  • Loading branch information
Bryant G. Ly committed Dec 9, 2019
1 parent 1deddec commit a3b527e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/libzfs/libzfs_mount.c
Original file line number Diff line number Diff line change
Expand Up @@ -971,7 +971,7 @@ zfs_share_generate(zfs_handle_t *zhp)
char mountpoint[ZFS_MAXPROPLEN];
char shareopts[ZFS_MAXPROPLEN];

if (!zfs_is_mountable(zhp, mountpoint, sizeof (mountpoint), NULL, 0))
if (!zfs_is_mountable(zhp, mountpoint, sizeof (mountpoint), NULL))
return (0);

verify(zfs_prop_get(zhp, ZFS_PROP_SHARENFS, shareopts,
Expand Down

0 comments on commit a3b527e

Please sign in to comment.