windows-mkmount-20060306
authorJeffrey Altman <jaltman@secure-endpoints.com>
Mon, 6 Mar 2006 21:23:09 +0000 (21:23 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Mon, 6 Mar 2006 21:23:09 +0000 (21:23 +0000)
allow case-insensitive matches for the parent of the mount point

src/WINNT/afsd/cm_ioctl.c

index ddb49e1..3e858b7 100644 (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;
     }