Changeset 92668 in vbox
- Timestamp:
- Dec 1, 2021 3:38:24 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlProcess.cpp
r92667 r92668 1431 1431 if (pszDomain && *pszDomain != '\0') 1432 1432 { 1433 psz UserUPN = pszAsUser= RTStrAPrintf2("%s@%s", pszAsUser, pszDomain);1433 pszAsUser = pszUserUPN = RTStrAPrintf2("%s@%s", pszAsUser, pszDomain); 1434 1434 if (pszAsUser) 1435 1435 VGSvcVerbose(3, "Using UPN: %s\n", pszAsUser);
Note:
See TracChangeset
for help on using the changeset viewer.