mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 07:20:11 +00:00
winnt-give-nosuchpath-if-thats-what-we-mean-20030314
FIXES 1329 "The Windows AFS client returns the error ERROR_NOSUCHFILE, where the same request on a local NTFS volume returns the error ERROR_NOSUCHPATH."
This commit is contained in:
parent
de4a11b01d
commit
ff6394b2e4
@ -3139,7 +3139,7 @@ long smb_ReceiveNTCreateX(smb_vc_t *vcp, smb_packet_t *inp, smb_packet_t *outp)
|
||||
|| (fidflags & (SMB_FID_OPENDELETE | SMB_FID_OPENWRITE))) {
|
||||
/* look up parent directory */
|
||||
code = cm_NameI(baseDirp, spacep->data,
|
||||
CM_FLAG_FOLLOW | CM_FLAG_CASEFOLD,
|
||||
CM_FLAG_FOLLOW | CM_FLAG_CASEFOLD | CM_FLAG_CHECKPATH,
|
||||
userp, tidPathp, &req, &dscp);
|
||||
|
||||
if (baseFid != 0) smb_ReleaseFID(baseFidp);
|
||||
|
Loading…
Reference in New Issue
Block a user