http://defect.opensolaris.org/bz/show_bug.cgi?id=12017
amaguire <alan.maguire at sun.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|CAUSEKNOWN |FIXINPROGRESS
--- Comment #1 from amaguire <alan.maguire at sun.com> 2009-10-16 12:40:39 UTC
---
fix is to break out the ENM arguments into an char **argv string array
consisting of command wrapper (ctrun), script name, each argument in turn
terminated by a NULL. We can then pass this into start_childv() directly and
get rid of nwamd_ctrun(), since its job was to take a varargs list and convert
it into a string array. Since we need to do the array conversion for the args
anyway, it makes sense to do it all in the one place it's needed in enm.c
--
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.