From: Jeffrey Altman Date: Thu, 2 Mar 2006 06:24:41 +0000 (+0000) Subject: STABLE14-viced-fix-comment-20060301 X-Git-Tag: openafs-stable-1_4_1-rc9~6 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=48cb7cce45443fb76b9c69660cba1d24f7e90b23;p=packages%2Fo%2Fopenafs.git STABLE14-viced-fix-comment-20060301 fix comment in h_GetHost_r (cherry picked from commit c2ef97ea657f27af5fdc7811a8b6bb21ed535707) --- diff --git a/src/viced/host.c b/src/viced/host.c index fb56e93ba..96ce9c15b 100644 --- a/src/viced/host.c +++ b/src/viced/host.c @@ -1384,11 +1384,7 @@ h_GetHost_r(struct rx_connection *tcon) } host->hostFlags |= HOSTDELETED; h_Unlock_r(host); - /* regardless of whether or not we obtained the hold on - * 'host', we are going to release it here because we - * are replacing it with 'oldHost' and when CallPostamble - * is called, the host that is obtained is going to be - * 'oldHost' and not 'host'. */ + /* release host because it was allocated by h_Alloc_r */ h_Release_r(host); host = oldHost; /* the new host is held and locked */