VirtualBox

Changeset 98813 in vbox for trunk/src/VBox/Main/src-client


Ignore:
Timestamp:
Mar 2, 2023 12:20:41 PM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
156133
Message:

Guest Control: Removed the ACL data portion from the HGCM callback messages (as ACLs are not implemented yet). bugref:9783

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp

    r98777 r98813  
    23502350            case GUEST_FS_NOTIFYTYPE_QUERY_INFO:
    23512351            {
    2352                 AssertBreakStmt(pSvcCbData->mParms >= 7, vrc = VERR_INVALID_PARAMETER);
     2352                AssertBreakStmt(pSvcCbData->mParms >= 6, vrc = VERR_INVALID_PARAMETER);
    23532353                PGSTCTLFSOBJINFO pObjInfo;
    23542354                uint32_t         cbObjInfo;
     
    23732373                AssertPtrBreakStmt(dataCb.u.QueryInfo.pszGroups, vrc = VERR_NO_MEMORY);
    23742374                dataCb.u.QueryInfo.cbGroups  = cbGroups;
    2375 
    2376                 /** @todo ACLs not implemented yet. */
    23772375                break;
    23782376            }
Note: See TracChangeset for help on using the changeset viewer.

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