http://defect.opensolaris.org/bz/show_bug.cgi?id=12084


amaguire <alan.maguire at sun.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CAUSEKNOWN                  |FIXINPROGRESS


--- Comment #3 from amaguire <alan.maguire at sun.com> 2009-10-21 11:34:51 UTC 
---
suggested fix is to modify the walk through various priority groups as follows:

int64_t oldprio = INVALID_PRIORITY_GROUP;
while (nwamd_ncp_find_next_priority_group(++oldprio, &prio)) {
       nwamd_ncp_activate_priority_group(prio);
       oldprio = prio;
}

-- 
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.

Reply via email to