From: Jeffrey Altman Date: Thu, 2 Mar 2006 06:22:15 +0000 (+0000) Subject: viced-fix-comment-20060301 X-Git-Tag: mp-rxtcp-20060314~34 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=c2ef97ea657f27af5fdc7811a8b6bb21ed535707;p=packages%2Fo%2Fopenafs.git viced-fix-comment-20060301 fix comment in h_GetHost_r --- diff --git a/src/viced/host.c b/src/viced/host.c index 71162d193..f5863645f 100644 --- a/src/viced/host.c +++ b/src/viced/host.c @@ -1385,11 +1385,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 */