VirtualBox

Changeset 92817 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Dec 8, 2021 2:04:00 PM (3 years ago)
Author:
vboxsync
Message:

Guest Control/Main: Fixed bogus comment in GuestSession::directoryRemoveRecursive().

File:
1 edited

Legend:

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

    r91516 r92817  
    36193619        return setError(E_INVALIDARG, tr("No directory to remove recursively specified"));
    36203620
    3621     /* By default only delete empty directory structures, e.g. the operation will abort if there are
    3622      * directories which are not empty. */
     3621    /* By defautl remove recursively as the function name implies. */
    36233622    uint32_t fFlags = DIRREMOVEREC_FLAG_RECURSIVE;
    36243623    if (aFlags.size())
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