OpenAFS Master Repository branch, openafs-devel-1_7_x, updated. openafs-devel-1_7_32-9-gb817988

Gerrit Code Review gerrit@openafs.org
Thu, 24 Sep 2015 23:25:41 -0400


The following commit has been merged in the openafs-devel-1_7_x branch:
commit 8cd3a5a3318f6ca77a422594f280d22850ee985c
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Tue Jun 9 08:55:44 2015 -0400

    Windows: AFSRetrieveFileAttributes no parent path
    
    Modify AFSRetrieveFileAttributes() to handle the case of a ParentPathName
    with a Length == 0.   In such a case the introduction of a path separator
    would result in the construction of an absolute path when a relative path
    is required.
    
    Reviewed-on: http://gerrit.openafs.org/11889
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
    (cherry picked from commit 4233e4d661e3beb8e4ecb59e4a4c0ed3d9df69b7)
    
    Change-Id: I24685f3d93b4b15b0a2bf1c8d4cb58331eef94e8
    Reviewed-on: http://gerrit.openafs.org/12029
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>

 src/WINNT/afsrdr/kernel/lib/AFSGeneric.cpp |   26 +++++++++++++++-----------
 1 files changed, 15 insertions(+), 11 deletions(-)

-- 
OpenAFS Master Repository