Changeset 99257 in vbox for trunk/src/VBox/Additions/common/VBoxService
- Timestamp:
- Mar 31, 2023 1:40:23 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 156640
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlSession.cpp
r99256 r99257 2050 2050 const char *pszGroup = VGSvcIdCacheGetGidName(&pSession->GidCache, pObjInfo->Attr.u.Unix.gid, szPath, NULL /* pszRelativeTo */); 2051 2051 2052 int rc2 = VbglR3GuestCtrlFs CbQueryInfoEx(pHostCtx, rc, pObjInfo, pszUser, pszGroup);2052 int rc2 = VbglR3GuestCtrlFsObjCbQueryInfoEx(pHostCtx, rc, pObjInfo, pszUser, pszGroup); 2053 2053 if (RT_FAILURE(rc2)) 2054 2054 {
Note:
See TracChangeset
for help on using the changeset viewer.