From 8a0016cabd026bd586fc27a1dfad3220c66e4457 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Fri, 3 Mar 2006 19:26:21 +0000 Subject: [PATCH] viced-fix-tcallhost-20060303 fix type and declaration location --- 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 213c9ad65..bda99f2a4 100644 --- a/src/viced/afsfileprocs.c +++ b/src/viced/afsfileprocs.c @@ -7343,10 +7343,10 @@ SRXAFS_CallBackRxConnAddr (struct rx_call * acall, afs_int32 *addr) { Error errorCode = 0; struct rx_connection *tcon; + struct host *tcallhost; #ifdef __EXPERIMENTAL_CALLBACK_CONN_MOVING struct host *thost; struct client *tclient; - struct client *tcallhost; static struct rx_securityClass *sc = 0; int i,j; struct rx_connection *conn; -- 2.39.5