Changeset 59135 in vbox for trunk/src/VBox
- Timestamp:
- Dec 15, 2015 3:32:01 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlSession.cpp
r59134 r59135 1843 1843 1844 1844 const char *pszUser; 1845 # ifdef RT_OS_WINDOWS1845 # ifdef RT_OS_WINDOWS 1846 1846 /* If a domain name is given, construct an UPN (User Principle Name) with 1847 1847 * the domain name built-in, e.g. "[email protected]". */ … … 1860 1860 1861 1861 if (!pszUserUPN) /* Fallback */ 1862 # endif1862 # endif 1863 1863 pszUser = pSessionThread->StartupInfo.szUser; 1864 1864
Note:
See TracChangeset
for help on using the changeset viewer.