summaryrefslogtreecommitdiff
path: root/ACE/ace/Throughput_Stats.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Throughput_Stats.cpp')
-rw-r--r--ACE/ace/Throughput_Stats.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Throughput_Stats.cpp b/ACE/ace/Throughput_Stats.cpp
index b005705761e..eb90c82bd5e 100644
--- a/ACE/ace/Throughput_Stats.cpp
+++ b/ACE/ace/Throughput_Stats.cpp
@@ -79,7 +79,7 @@ ACE_Throughput_Stats::dump_throughput (const ACE_TCHAR *msg,
double t_avg = 0.0;
if (seconds > 0.0)
{
- double t_avg = samples_count / seconds;
+ t_avg = samples_count / seconds;
}
ACELIB_DEBUG ((LM_DEBUG,