mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 23:10:58 +00:00
windows-mkmount-20060306
allow case-insensitive matches for the parent of the mount point
This commit is contained in:
parent
d0c343249c
commit
9dc84c8c6c
@ -476,7 +476,7 @@ long cm_ParseIoctlParent(smb_ioctl_t *ioctlp, cm_user_t *userp, cm_req_t *reqp,
|
||||
userp, ioctlp->tidPathp, reqp, &substRootp);
|
||||
if (code) return code;
|
||||
|
||||
code = cm_NameI(substRootp, tbuffer, CM_FLAG_FOLLOW,
|
||||
code = cm_NameI(substRootp, tbuffer, CM_FLAG_CASEFOLD | CM_FLAG_FOLLOW,
|
||||
userp, NULL, reqp, scpp);
|
||||
if (code) return code;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user