Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Oct 2019 19:20:59 +0000 (UTC)
From:      Alan Somers <asomers@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r354120 - head/lib/libbe
Message-ID:  <201910261920.x9QJKx7r017423@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: asomers
Date: Sat Oct 26 19:20:59 2019
New Revision: 354120
URL: https://svnweb.freebsd.org/changeset/base/354120

Log:
  Commit missing file from r354116
  
  Pointy-hat-to:	Me
  Reported by:	Dan Mack
  MFC after:	2 weeks
  MFC-With:	354116

Modified:
  head/lib/libbe/be_info.c

Modified: head/lib/libbe/be_info.c
==============================================================================
--- head/lib/libbe/be_info.c	Sat Oct 26 18:29:02 2019	(r354119)
+++ head/lib/libbe/be_info.c	Sat Oct 26 19:20:59 2019	(r354120)
@@ -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));
 }
 
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910261920.x9QJKx7r017423>