mirror of
https://github.com/opnsense/src.git
synced 2026-06-14 19:20:18 -04:00
libbe(3): Light typo fix/word addition
This commit is contained in:
parent
1b057aac2b
commit
00ece7c2a3
1 changed files with 3 additions and 2 deletions
|
|
@ -726,9 +726,10 @@ be_import(libbe_handle_t *lbh, const char *bootenv, int fd)
|
|||
return (set_error(lbh, BE_ERR_UNKNOWN));
|
||||
|
||||
/*
|
||||
* Finally, we open up the dataset we just cloned the snapshot to so that
|
||||
* Finally, we open up the dataset we just cloned the snapshot so that
|
||||
* we may promote it. This is necessary in order to clean up the ghost
|
||||
* snapshot that doesn't need to be seen.
|
||||
* snapshot that doesn't need to be seen after the operation is
|
||||
* complete.
|
||||
*/
|
||||
if ((zfs = zfs_open(lbh->lzh, buf, ZFS_TYPE_DATASET)) == NULL)
|
||||
return (set_error(lbh, BE_ERR_ZFSOPEN));
|
||||
|
|
|
|||
Loading…
Reference in a new issue