VirtualBox

Changeset 4004 in vbox


Ignore:
Timestamp:
Aug 2, 2007 12:47:09 PM (18 years ago)
Author:
vboxsync
Message:

Backed out 23427; problem lies elsewhere

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedFolders/vbsf.cpp

    r4002 r4004  
    919919        }
    920920        else
    921         /* Note: In Linux we sometimes get VERR_PATH_NOT_FOUND when only the file is not present (sigh) */
    922         if (rc == VERR_FILE_NOT_FOUND || rc == VERR_PATH_NOT_FOUND)
     921        if (rc == VERR_FILE_NOT_FOUND)
    923922        {
    924923            Log2(("pParms->CreateFlags = %x\n", pParms->CreateFlags));
     
    975974                }
    976975            }
     976        }
     977        else
     978        if (rc == VERR_PATH_NOT_FOUND)
     979        {
     980            rc = VINF_SUCCESS;
     981 
     982            pParms->Result = SHFL_PATH_NOT_FOUND;
    977983        }
    978984
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