From f3f2d57503e6a9ccdcd2419e0c2ea022a2a4bfc7 Mon Sep 17 00:00:00 2001 From: d33tah Date: Wed, 23 Jul 2014 14:37:07 +0000 Subject: [PATCH] This should probably be static. --- osscan2.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osscan2.cc b/osscan2.cc index 12a5de824..78ff04b69 100644 --- a/osscan2.cc +++ b/osscan2.cc @@ -181,7 +181,7 @@ u16 prbWindowSz[] = { 1, 63, 4, 4, 16, 512, 3, 128, 256, 1024, 31337, 32768, 655 static struct timeval now; /* Global to store performance info */ -struct scan_performance_vars perf; +static struct scan_performance_vars perf; /******************************************************************************