OpenAFS Master Repository branch, openafs-devel-1_7_x, updated. openafs-devel-1_7_12-6-g06ce992

Gerrit Code Review gerrit@openafs.org
Wed, 16 May 2012 06:05:24 -0700 (PDT)


The following commit has been merged in the openafs-devel-1_7_x branch:
commit 08354ffea087b96a102a7647f63b15fb3b6a2b8b
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
    
    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>
    (cherry picked from commit a160606616cae6e047d97d4e86f075ebe8c2e366)
    
    Change-Id: I451cb15843961ebd0efb9535e837db8c6b1dc56c
    Reviewed-on: http://gerrit.openafs.org/7408
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
    Tested-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