http://defect.opensolaris.org/bz/show_bug.cgi?id=8943
Summary: lint error: syslog_stack not used
Classification: Development
Product: nwam
Version: unspecified
Platform: ANY/Generic
OS/Version: All
Status: ACCEPTED
Severity: minor
Priority: P3
Component: ON daemon
AssignedTo: nwam-dev at opensolaris.org
ReportedBy: Anurag.Maskey at Sun.COM
QAContact: nwam-dev at opensolaris.org
Following lint error:
"/export/build/am223141/build-area/nwam1-fixes_i386_nightly/usr/src/cmd/cmd-inet/lib/nwamd/logging.c",
line 108: warning: name defined but never used: syslog_stack in logging.c(108)
(E_NAME_DEF_NOT_USED2)
Use of syslog_stack is commented out in
ncu_phys.c:nwamd_ncu_handle_link_state_event()
/*
* XXX this call to walkcontext() seems to block sometimes.
* As a consequence, we block holding object lock which
* creates deadlock. Commenting out for now...
*/
/* (void) walkcontext(&event->ucp, syslog_stack, NULL); */
--
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.