From c2ef97ea657f27af5fdc7811a8b6bb21ed535707 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Thu, 2 Mar 2006 06:22:15 +0000 Subject: [PATCH] viced-fix-comment-20060301 fix comment in h_GetHost_r --- 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 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 */ -- 2.39.5