]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE14-viced-fix-tcallhost-20060303
authorJeffrey Altman <jaltman@secure-endpoints.com>
Fri, 3 Mar 2006 19:27:42 +0000 (19:27 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Fri, 3 Mar 2006 19:27:42 +0000 (19:27 +0000)
fix type

(cherry picked from commit 8a0016cabd026bd586fc27a1dfad3220c66e4457)

src/viced/afsfileprocs.c

index 5d7b98c6d97d61653b257c9527c2c83a7ef2e39c..df639c27f8eba8021d22ab2c20f6a9b78d03e6bc 100644 (file)
@@ -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;