]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
DEVEL15-viced-uninitialized-20060704
authorJeffrey Altman <jaltman@secure-endpoints.com>
Tue, 4 Jul 2006 07:18:30 +0000 (07:18 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Tue, 4 Jul 2006 07:18:30 +0000 (07:18 +0000)
tcon in XStatsVersion.

(cherry picked from commit 15963ecb3459f34025c0e8fdbf8f1055e1e4a294)

src/viced/afsfileprocs.c

index 7e5184e6f3bd8048a6857615ac587b49a6f107f3..cc19546b883368c2bdbbf93c9ad236a8af5acdb8 100644 (file)
@@ -5527,7 +5527,7 @@ SRXAFS_XStatsVersion(struct rx_call * a_call, afs_int32 * a_versionP)
 {                              /*SRXAFS_XStatsVersion */
 
     struct client *t_client = NULL;    /* tmp ptr to client data */
-    struct rx_connection *tcon;
+    struct rx_connection *tcon = rx_ConnectionOf(a_call);
 #if FS_STATS_DETAILED
     struct fs_stats_opTimingData *opP; /* Ptr to this op's timing struct */
     struct timeval opStartTime, opStopTime;    /* Start/stop times for RPC op */