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

           Summary: door_if.c:484-485 contradicts debug message in 480-481
    Classification: Development
           Product: nwam
           Version: unspecified
          Platform: ANY/Generic
        OS/Version: All
            Status: NEW
 Status Whiteboard: nwam1-build:2009-08-06
          Severity: major
          Priority: P2
         Component: ON daemon
        AssignedTo: nwam-dev at opensolaris.org
        ReportedBy: Anurag.Maskey at Sun.COM
         QAContact: nwam-dev at opensolaris.org


In door_if.c:door_switch(),

 473                                 if (strcmp(parent, active_ncp) == 0) {
                                             [...]
 479                                 } else {
 480                                         nlog(LOG_DEBUG, "door_switch: %s's
ncp "
 481                                             "is not active, nothing to
do",
 482                                             name,
 483                                            
req->data.object_action.parent);
 484                                         req->error = nwamd_ncu_action
 485                                             (name, parent,
NWAM_ACTION_DESTROY);
 486                                 }

lines 480-481 say "nothing to do", however, 484-485 creates a
NWAM_ACTION_DESTROY event.

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

Reply via email to