mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 07:20:11 +00:00
Windows: do not lower case direct volume references
Not all volumes are lower case. Do not lowercase the string. Change-Id: Icb5f5ee9865bd856775486dffb1849f17f9b23f7 Reviewed-on: http://gerrit.openafs.org/6644 Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com> Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>
This commit is contained in:
parent
ef63547e95
commit
9a1d7518b6
@ -1066,7 +1066,6 @@ RDR_EvaluateNodeByName( IN cm_user_t *userp,
|
|||||||
*/
|
*/
|
||||||
StringCchCopyNW(wszName, cbName, _C(CM_PREFIX_VOL), CM_PREFIX_VOL_CCH);
|
StringCchCopyNW(wszName, cbName, _C(CM_PREFIX_VOL), CM_PREFIX_VOL_CCH);
|
||||||
StringCbCatNW(wszName, cbName, FileName, FileNameLength);
|
StringCbCatNW(wszName, cbName, FileName, FileNameLength);
|
||||||
cm_strlwr_utf16(wszName);
|
|
||||||
bVol = TRUE;
|
bVol = TRUE;
|
||||||
|
|
||||||
code = cm_EvaluateVolumeReference(wszName, CM_FLAG_CHECKPATH, userp, &req, &scp);
|
code = cm_EvaluateVolumeReference(wszName, CM_FLAG_CHECKPATH, userp, &req, &scp);
|
||||||
|
Loading…
Reference in New Issue
Block a user