From cefbdf3eaa6afa169e5ad03810ce3ed7f58111ee Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Sat, 26 Oct 2019 19:20:59 +0000 Subject: [PATCH] Commit missing file from r354116 Pointy-hat-to: Me Reported by: Dan Mack MFC after: 2 weeks MFC-With: 354116 --- lib/libbe/be_info.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)); }