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

src/viced/afsfileprocs.c

index 817b004f3fab82a077b47717419f05b0e5118a25..c02aa5a5d116a25ab1995dd9cbac54a69dbb615c 100644 (file)
@@ -5495,7 +5495,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 */