From: Jeffrey Altman Date: Fri, 3 Mar 2006 19:27:42 +0000 (+0000) Subject: STABLE14-viced-fix-tcallhost-20060303 X-Git-Tag: openafs-stable-1_4_1-rc10~30 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=fc134b92903feea4629b742f4df4bb993fbe8377;p=packages%2Fo%2Fopenafs.git STABLE14-viced-fix-tcallhost-20060303 fix type (cherry picked from commit 8a0016cabd026bd586fc27a1dfad3220c66e4457) --- 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;