VirtualBox

Changeset 98775 in vbox


Ignore:
Timestamp:
Feb 28, 2023 10:31:42 AM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
156082
Message:

Guest Control/Main: Fixed specifying the GSTCTL_CREATEDIRECTORY_F_ flags. bugref:9783

File:
1 edited

Legend:

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

    r98716 r98775  
    10311031        HGCMSvcSetU32(&paParms[i++], pEvent->ContextID());
    10321032        HGCMSvcSetPv (&paParms[i++], (void*)strPath.c_str(), (ULONG)strPath.length() + 1);
     1033        HGCMSvcSetU32(&paParms[i++], uMode);
    10331034        HGCMSvcSetU32(&paParms[i++], fFlags);
    1034         HGCMSvcSetU32(&paParms[i++], uMode);
    1035 
    10361035        alock.release(); /* Drop lock before sending. */
    10371036
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