- When you run the server process in the Windows OS, it has
been changed so that it does not inherit the handle.
Change-Id: I59a779753e07ca448d6147452b04ff9c89bd1241
Signed-off-by: Kim Gunsoo <gunsoo83.kim@samsung.com>
bSuccess = CreateProcess(module_path, szCmdline, // command line
NULL, // process security attributes
NULL, // primary thread security attributes
- TRUE, // handles are inherited
+ FALSE, // handles are not inherited
DETACHED_PROCESS, // creation flags
NULL, // use parent's environment
NULL, // use parent's current directory