svn commit: r337403 - projects/bectl/lib/libbe
Kyle Evans
kevans at FreeBSD.org
Tue Aug 7 02:32:30 UTC 2018
Author: kevans
Date: Tue Aug 7 02:32:29 2018
New Revision: 337403
URL: https://svnweb.freebsd.org/changeset/base/337403
Log:
This snippet is no longer from zfsbootcfg
Modified:
projects/bectl/lib/libbe/be.c
Modified: projects/bectl/lib/libbe/be.c
==============================================================================
--- projects/bectl/lib/libbe/be.c Tue Aug 7 01:56:37 2018 (r337402)
+++ projects/bectl/lib/libbe/be.c Tue Aug 7 02:32:29 2018 (r337403)
@@ -844,10 +844,6 @@ be_activate(libbe_handle_t *lbh, char *bootenv, bool t
return (BE_ERR_NOENT);
if (temporary) {
- /*
- * XXX TODO: give proper attribution to author(s) of zfsbootcfg
- * for this snippet.
- */
config = zpool_get_config(lbh->active_phandle, NULL);
if (config == NULL) {
printf("no config\n");
More information about the svn-src-projects
mailing list