This snippet is no longer from zfsbootcfg

This commit is contained in:
Kyle Evans 2018-08-07 02:32:29 +00:00
parent d06f71037b
commit 3f4e6c966c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/bectl/; revision=337403

View File

@ -844,10 +844,6 @@ be_activate(libbe_handle_t *lbh, char *bootenv, bool temporary)
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");