windows-mkmount-20060306

allow case-insensitive matches for the parent of the mount point
This commit is contained in:
Jeffrey Altman 2006-03-06 21:23:09 +00:00
parent d0c343249c
commit 9dc84c8c6c

View File

@ -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;
}