Changeset 55577 in vbox
- Timestamp:
- May 1, 2015 1:14:44 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlSession.cpp
r55576 r55577 1853 1853 AssertRC(rc); 1854 1854 1855 /* Fork child doing the actual session handling. */ 1855 /* 1856 * Spawn a child process for doing the actual session handling. 1857 */ 1856 1858 char szExeName[RTPATH_MAX]; 1857 1859 char *pszExeName = RTProcGetExecutablePath(szExeName, sizeof(szExeName)); … … 1883 1885 rc = VERR_BUFFER_OVERFLOW; 1884 1886 } 1885 #endif /* DEBUG */1887 #endif 1886 1888 if (RT_SUCCESS(rc)) 1887 1889 { … … 1895 1897 #ifdef DEBUG 1896 1898 papszArgs[iOptIdx++] = szParmThreadId; 1897 #endif /* DEBUG */1899 #endif 1898 1900 if (!fAnonymous) 1899 1901 papszArgs[iOptIdx++] = szParmUserName; … … 1934 1936 rc2 = VERR_NO_MEMORY; 1935 1937 } 1936 #else 1938 #else /* DEBUG */ 1937 1939 /* Include the session thread ID in the log file name. */ 1938 1940 if (RTStrAPrintf(&pszLogNewSuffix, "-%RU32-%RU32-%s",
Note:
See TracChangeset
for help on using the changeset viewer.

