OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-4081-g6995a56

Gerrit Code Review gerrit@openafs.org
Thu, 9 Jan 2014 11:21:30 -0800 (PST)


The following commit has been merged in the master branch:
commit 6995a56884f31974e9b5a7c0c50e9c1aa0351a45
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Tue Jan 7 10:57:01 2014 -0500

    Windows: cm_ConnByServer fix search for replication
    
    Separate connection objects are maintained for use when accessing
    replicated and single source volumes.   If the matching connection
    type cannot be found while holding the cm_connLock shared a second
    search is performed after the lock is upgraded to an exclusive lock.
    This second connection search was not enforcing the replication criteria.
    
    Change-Id: I408a5d87c3a82da5235fa2255db7d1d7a6bcb6d9
    Reviewed-on: http://gerrit.openafs.org/10681
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>

 src/WINNT/afsd/cm_conn.c |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

-- 
OpenAFS Master Repository