VirtualBox

Changeset 107186 in vbox


Ignore:
Timestamp:
Nov 29, 2024 1:23:05 PM (3 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
166188
Message:

include/GuestSessionImplTasks.h: Added missing initializers in GuestSessionFsSourceSpec(), found by Parfait.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/GuestSessionImplTasks.h

    r106262 r107186  
    5858        : enmType(FsObjType_Unknown)
    5959        , enmPathStyle(PathStyle_Unknown)
    60         , fDryRun(false) { RT_ZERO(Type); }
     60        , fDryRun(false)
     61        , fDirCopyFlags(DirectoryCopyFlag_None)
     62        , fFileCopyFlags(FileCopyFlag_None) { RT_ZERO(Type); }
    6163
    6264    /** The (absolute) path to the source to use. */
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