http://defect.opensolaris.org/bz/show_bug.cgi?id=9559
Darren Kenny <dkenny at opensolaris.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ACCEPTED |CAUSEKNOWN
--- Comment #2 from Darren Kenny <dkenny at opensolaris.org> 2009-06-25
07:56:55 ---
I tracked this down to a logic error when looping through the GList of Name
services - it was checking for a NULL data pointer when the date is not a
pointer. This caused all new NS entries to be DNS - so when DNS was deselected
all NS entries got removed, causing an assertion to fire.
I've fixed this in two ways:
1) Set the sensitivity on the toggles to match what the user is allowed to do.
This means, that if you only have 1 NS selected, then that toggle is
insensitive so you can't deselect it - there has to always be 1 selected.
2) Secondly I fixed the logic error so that it correctly set the NS entries
in the NWAM handle.
--
Configure bugmail: http://defect.opensolaris.org/bz/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.