From edd4b1ec7ff129f702394a3bb61f8332260a9960 Mon Sep 17 00:00:00 2001 From: Andrew Bauer Date: Thu, 19 Apr 2018 07:24:05 -0500 Subject: [PATCH] fix a second case of perl double use --- scripts/zmdc.pl.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/zmdc.pl.in b/scripts/zmdc.pl.in index 74208f4c6..c358d3c4a 100644 --- a/scripts/zmdc.pl.in +++ b/scripts/zmdc.pl.in @@ -237,7 +237,7 @@ use Socket; use IO::Handle; use Time::HiRes qw(usleep); use Sys::MemInfo qw(totalmem freemem totalswap freeswap); -use use ZoneMinder::Server qw(CpuLoad); +use ZoneMinder::Server qw(CpuLoad); #use Data::Dumper; # We count 10 of these, so total timeout is this value *10.