From: Jeffrey Altman Date: Fri, 3 Mar 2006 19:26:21 +0000 (+0000) Subject: viced-fix-tcallhost-20060303 X-Git-Tag: mp-rxtcp-20060314~25 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=8a0016cabd026bd586fc27a1dfad3220c66e4457;p=packages%2Fo%2Fopenafs.git viced-fix-tcallhost-20060303 fix type and declaration location --- 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;