From 48cb7cce45443fb76b9c69660cba1d24f7e90b23 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Thu, 2 Mar 2006 06:24:41 +0000 Subject: [PATCH] STABLE14-viced-fix-comment-20060301 fix comment in h_GetHost_r (cherry picked from commit c2ef97ea657f27af5fdc7811a8b6bb21ed535707) --- src/viced/host.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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 */ -- 2.39.5