VirtualBox

Changeset 76119 in vbox for trunk/src/VBox/Runtime/nt


Ignore:
Timestamp:
Dec 10, 2018 1:24:12 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
127360
Message:

RTErrConvertFromNtStatus: STATUS_REPARSE_POINT_NOT_RESOLVED -> VERR_TOO_MANY_SYMLINKS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/nt/RTErrConvertFromNtStatus.cpp

    r75951 r76119  
    8686        case STATUS_NO_MEDIA_IN_DEVICE:     return VERR_DRIVE_IS_EMPTY;
    8787
     88        case STATUS_REPARSE_POINT_NOT_RESOLVED:
     89                                            return VERR_TOO_MANY_SYMLINKS;
    8890        case STATUS_UNEXPECTED_NETWORK_ERROR:
    8991                                            return VERR_NET_IO_ERROR;
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