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


Anurag S. Maskey <Anurag.Maskey at Sun.COM> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|FIXINBUILD                  |FIXINSOURCE


--- Comment #16 from Anurag S. Maskey <Anurag.Maskey at Sun.COM> 2009-10-09 
15:27:18 UTC ---
refix bug with a simpler solution.  Also, expanded comments for/within
function.

    /*
     * Only set the alarm if this event is first in the queue.  Otherwise,
     * the first event's alarm has already been set (either here when
     * it was enqueued or in nwamd_event_enqueue_expired_events()).
     */
    e = uu_list_first(timed_event_queue);
    if (e->event_id == event->event_id)
        (void) alarm(e->event_time - now);

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