Changeset 54010 in vbox for trunk/src/VBox/Additions/x11/VBoxClient
- Timestamp:
- Jan 28, 2015 12:21:54 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/main.cpp
r54008 r54010 371 371 VBClFatalError(("Creating pid-file path: %Rrc\n", rc)); 372 372 if (fDaemonise) 373 rc = VbglR3Daemonize(false /* fNoChDir */, false /* fNoClose */, fRespawn );373 rc = VbglR3Daemonize(false /* fNoChDir */, false /* fNoClose */, fRespawn, NULL); 374 374 if (RT_FAILURE(rc)) 375 375 VBClFatalError(("Daemonizing: %Rrc\n", rc));
Note:
See TracChangeset
for help on using the changeset viewer.