diff options
| author | Alan Somers <asomers@FreeBSD.org> | 2019-10-26 19:20:59 +0000 |
|---|---|---|
| committer | Alan Somers <asomers@FreeBSD.org> | 2019-10-26 19:20:59 +0000 |
| commit | cefbdf3eaa6afa169e5ad03810ce3ed7f58111ee (patch) | |
| tree | 1ea59fc052ec5b07fe49cb93ee53a3247e59fd02 /lib/libbe | |
| parent | 4efce32a51394bfbe364d62a8d0f53ecc46fe694 (diff) | |
Notes
Diffstat (limited to 'lib/libbe')
| -rw-r--r-- | lib/libbe/be_info.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libbe/be_info.c b/lib/libbe/be_info.c index e8869e6f94c8..1b49fe89044e 100644 --- a/lib/libbe/be_info.c +++ b/lib/libbe/be_info.c @@ -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)); } |
