http://defect.opensolaris.org/bz/show_bug.cgi?id=2065
ajscarp at yahoo.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ACCEPTED |CLOSED Resolution| |FIXINSOURCE --- Comment #1 from ajscarp at yahoo.com 2008-05-28 15:00:25 --- Encrypted dataset were be unmounted, just not all of them. I was not checking the last entry (or first depending on your perspective) in the dataset list. Apparently during my manual testing it was always an unencrypted dataset. 1420 - for (i = used - 1; i > 0; i--) { 1420 + for (i = used - 1; i > -1; i--) { -- Configure bugmail: http://defect.opensolaris.org/bz/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.