The following commit has been merged in the master branch:
commit 2beda68d4ad84e3e853a320bfb9d610b33f77902
Author: Jeffrey Altman <[email protected]>
Date:   Sun Apr 18 12:38:27 2010 +0100

    Windows: prevent infinite idle error response
    
    The idle error value (if any) is stored in the cm_req_t object.
    Since the value is never cleared, the same value can be returned
    for all requests that make use of the same cm_req_t object.
    
    Change the behavior to only return an idle error once and then
    clear it.
    
    LICENSE MIT
    
    Change-Id: Iac9ff8e56e856c2f0e440a34ac39ccd68de37c77
    Reviewed-on: http://gerrit.openafs.org/1773
    Reviewed-by: Asanka Herath <[email protected]>
    Tested-by: Asanka Herath <[email protected]>
    Reviewed-by: Jeffrey Altman <[email protected]>
    Tested-by: Jeffrey Altman <[email protected]>

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

-- 
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs

Reply via email to