VirtualBox

Changeset 102772 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Jan 5, 2024 8:54:11 AM (11 months ago)
Author:
vboxsync
Message:

Guest Properties/VBoxService: On user RID fallback, also write the resolved user name into a dedicated key, so that it's easier to look it up for the host [build fix]. ​bugref:10575

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServiceVMInfo-win.cpp

    r102771 r102772  
    11181118                         * so that it's easier to look it up for the host. */
    11191119                        if (RT_SUCCESS(rc))
    1120                             rc = VGSvcUserUpdateV(pCache, szUserRid, NULL /* pszDomain */, "User", pszUser);
     1120                            rc = VGSvcUserUpdateF(pCache, szUserRid, NULL /* pszDomain */, "User", pszUser);
    11211121                    }
    11221122                    else
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette