Changeset 98813 in vbox for trunk/src/VBox/Main/src-client
- Timestamp:
- Mar 2, 2023 12:20:41 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 156133
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp
r98777 r98813 2350 2350 case GUEST_FS_NOTIFYTYPE_QUERY_INFO: 2351 2351 { 2352 AssertBreakStmt(pSvcCbData->mParms >= 7, vrc = VERR_INVALID_PARAMETER);2352 AssertBreakStmt(pSvcCbData->mParms >= 6, vrc = VERR_INVALID_PARAMETER); 2353 2353 PGSTCTLFSOBJINFO pObjInfo; 2354 2354 uint32_t cbObjInfo; … … 2373 2373 AssertPtrBreakStmt(dataCb.u.QueryInfo.pszGroups, vrc = VERR_NO_MEMORY); 2374 2374 dataCb.u.QueryInfo.cbGroups = cbGroups; 2375 2376 /** @todo ACLs not implemented yet. */2377 2375 break; 2378 2376 }
Note:
See TracChangeset
for help on using the changeset viewer.