Changeset 42001 in vbox
- Timestamp:
- Jul 3, 2012 12:59:30 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxAutostart/VBoxAutostart.cpp
r41999 r42001 384 384 return 0; 385 385 386 case 'P':387 pszPidFile = ValueUnion.psz;388 break;389 390 386 case 'F': 391 387 pszLogFile = ValueUnion.psz; … … 462 458 } 463 459 464 rc = RTProcDaemonizeUsingFork(false /* fNoChDir */, false /* fNoClose */, pszPidFile);460 rc = RTProcDaemonizeUsingFork(false /* fNoChDir */, false /* fNoClose */, NULL); 465 461 if (RT_FAILURE(rc)) 466 462 return RTMsgErrorExit(RTEXITCODE_FAILURE, "failed to daemonize, rc=%Rrc. exiting.", rc);
Note:
See TracChangeset
for help on using the changeset viewer.