OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2520-ga160606
Gerrit Code Review
gerrit@openafs.org
Tue, 15 May 2012 16:58:51 -0700 (PDT)
The following commit has been merged in the master branch:
commit a160606616cae6e047d97d4e86f075ebe8c2e366
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date: Fri May 11 19:24:54 2012 -0400
Windows: Permit Media Player to work with mapped drives
Windows Media Player was failing to play media files from
mapped drives if the mapping was to a directory several
levels below \\afs\cellname\. The code to permit SUBST drive
letters to work got in the way during NPGetConnection processing.
Try to get the connection info without the drive substitution
logic. Try again with the drive substitution if the result
is no connection present.
FIXES 130757
Change-Id: I0c2037d1d8f4c6cf82fbff7d4baee995b5124b39
Reviewed-on: http://gerrit.openafs.org/7402
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>
Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
src/WINNT/afsrdr/npdll/AFS_Npdll.c | 129 +++++++++++++++++++++++++++++++++---
1 files changed, 120 insertions(+), 9 deletions(-)
--
OpenAFS Master Repository