OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_65-79-gf3d5b94
Gerrit Code Review
gerrit@openafs.org
Fri, 16 Oct 2009 22:15:44 -0700 (PDT)
The following commit has been merged in the master branch:
commit f3d5b94f2e2dfcdb5c626a42b6be4f1e412f4a33
Author: Jeffrey Altman <jaltman@secure-endpoints.com>
Date: Fri Oct 16 15:28:04 2009 -0400
Windows: Always compute time remaining in cm_Analyze
In cm_Analyze, the time remaining for processing the request
is used to determine if a retry should requested upon return.
If the request's CM_REQ_NORETRY flag is set, cm_Analyze can
still permit a retry if a new rx connection is to be forced.
This cannot happen if the time remaining is not calculated
when the CM_REQ_NORETRY flag is set.
LICENSE MIT
Reviewed-on: http://gerrit.openafs.org/670
Tested-by: Jeffrey Altman <jaltman@openafs.org>
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
src/WINNT/afsd/cm_conn.c | 9 ++-------
1 files changed, 2 insertions(+), 7 deletions(-)
--
OpenAFS Master Repository