From 6d0686bccdffa2ff69285e115609d503475ed7f3 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Tue, 4 Jul 2006 07:16:42 +0000 Subject: [PATCH] STABLE14-viced-uninitialized-20060704 tcon in XStatsVersion. (cherry picked from commit 15963ecb3459f34025c0e8fdbf8f1055e1e4a294) --- src/viced/afsfileprocs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/viced/afsfileprocs.c b/src/viced/afsfileprocs.c index 52753f35b..f145af2c8 100644 --- a/src/viced/afsfileprocs.c +++ b/src/viced/afsfileprocs.c @@ -5638,7 +5638,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 */ -- 2.39.5