Changeset 6827 in vbox
- Timestamp:
- Feb 6, 2008 12:07:32 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 27945
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/linux/server.cpp
r6826 r6827 941 941 if (gAutoShutdown) 942 942 apszArgs[i++] = "--auto-shutdown"; 943 apszArgs[i++] = NULL; Assert(i <= RT_ELEMENTS(apszArgs));943 apszArgs[i++] = NULL; Assert(i <= (int)RT_ELEMENTS(apszArgs)); 944 944 execv (apszArgs[0], (char * const *)apszArgs); 945 945 exit (0);
Note:
See TracChangeset
for help on using the changeset viewer.