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

src/viced/afsfileprocs.c

index 213c9ad65ac5be0c0a4bea3b39efd4cba7c9074e..bda99f2a4f89215e9b34b9056a8533c90aec950c 100644 (file)
@@ -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;