VirtualBox

Changeset 76363 in vbox for trunk/src/VBox/Main/src-server


Ignore:
Timestamp:
Dec 22, 2018 1:48:54 AM (6 years ago)
Author:
vboxsync
Message:

VFSExplorer: Fixed some mixed up error codes. bugref:9344

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/VFSExplorerImpl.cpp

    r73003 r76363  
    210210                rc = pVFSExplorer->i_updateFS(this);
    211211            else if (pVFSExplorer->m->storageType == VFSType_S3)
    212                 rc = VERR_NOT_IMPLEMENTED;
     212                rc = E_NOTIMPL;
    213213            break;
    214214        }
     
    218218                rc = pVFSExplorer->i_deleteFS(this);
    219219            else if (pVFSExplorer->m->storageType == VFSType_S3)
    220                 rc = VERR_NOT_IMPLEMENTED;
     220                rc = E_NOTIMPL;
    221221            break;
    222222        }
     
    336336    LogFlowFuncLeave();
    337337
    338     return VINF_SUCCESS;
     338    return S_OK; /** @todo ??? */
    339339}
    340340
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