Changeset 4475 in vbox for trunk/src/VBox/Main/linux
- Timestamp:
- Sep 1, 2007 1:21:19 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 24074
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/linux/server_module.cpp
r4071 r4475 49 49 #include <iprt/path.h> 50 50 #include <iprt/process.h> 51 #include <iprt/env.h> 51 52 #include <iprt/thread.h> 52 53 … … 179 180 const char *args[] = { VBoxSVCPath, "--automate", 0 }; 180 181 RTPROCESS pid = NIL_RTPROCESS; 181 vrc = RTProcCreate (VBoxSVCPath, args, NULL, 0, &pid);182 vrc = RTProcCreate (VBoxSVCPath, args, RTENV_DEFAULT, 0, &pid); 182 183 if (VBOX_FAILURE (vrc)) 183 184 {
Note:
See TracChangeset
for help on using the changeset viewer.