OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3710-g7647c6c

Gerrit Code Review gerrit@openafs.org
Thu, 11 Apr 2013 09:13:04 -0700 (PDT)


The following commit has been merged in the master branch:
commit 7647c6c4a1a23bdf3ffe502d31f26ed052d0378a
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Thu Apr 11 09:20:03 2013 -0400

    Windows: cm_Analyze VICECONNBAD and VICETOKENDEAD
    
    cm_Analyze forces new rx connections in response to VICECONNBAD and
    VICETOKENDEAD errors but failed to mark the cm_req_t with
    CM_REQ_NEW_CONN_FORCED and failed to set 'forcing_new' to true ensuring
    that a retry would take place even if the cm_req_t included the no retry
    flag.
    
    Change-Id: Ieb2bf141279192a591eb66eacab8150c10d029ce
    Reviewed-on: http://gerrit.openafs.org/9773
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>

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

-- 
OpenAFS Master Repository