libzfs_fru_clear was not ported to NetBSD disable it foor now.

This commit is contained in:
haad 2010-12-24 16:13:58 +00:00
parent 9fbd9438eb
commit 8f7b707f59
1 changed files with 2 additions and 0 deletions

View File

@ -615,7 +615,9 @@ libzfs_fini(libzfs_handle_t *hdl)
if (hdl->libzfs_log_str)
(void) free(hdl->libzfs_log_str);
zpool_free_handles(hdl);
#ifdef PORT_SOLARIS
libzfs_fru_clear(hdl, B_TRUE);
#endif
namespace_clear(hdl);
libzfs_mnttab_fini(hdl);
free(hdl);