From fc134b92903feea4629b742f4df4bb993fbe8377 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Fri, 3 Mar 2006 19:27:42 +0000 Subject: [PATCH] STABLE14-viced-fix-tcallhost-20060303 fix type (cherry picked from commit 8a0016cabd026bd586fc27a1dfad3220c66e4457) --- src/viced/afsfileprocs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/viced/afsfileprocs.c b/src/viced/afsfileprocs.c index 5d7b98c6d..df639c27f 100644 --- a/src/viced/afsfileprocs.c +++ b/src/viced/afsfileprocs.c @@ -7473,7 +7473,7 @@ SRXAFS_CallBackRxConnAddr (struct rx_call * acall, afs_int32 *addr) Error errorCode = 0; struct host *thost; struct client *tclient; - struct client *tcallhost; + struct host *tcallhost; static struct rx_securityClass *sc = 0; int i,j; struct rx_connection *tcon; -- 2.39.5