mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Commit missing file from r354116
Pointy-hat-to: Me Reported by: Dan Mack MFC after: 2 weeks MFC-With: 354116
This commit is contained in:
parent
4efce32a51
commit
cefbdf3eaa
1 changed files with 2 additions and 1 deletions
|
|
@ -257,7 +257,8 @@ static int
|
|||
snapshot_proplist_update(zfs_handle_t *hdl, prop_data_t *data)
|
||||
{
|
||||
|
||||
return (zfs_iter_snapshots_sorted(hdl, prop_list_builder_cb, data));
|
||||
return (zfs_iter_snapshots_sorted(hdl, prop_list_builder_cb, data,
|
||||
0, 0));
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue