From: Alexander Moisseev Date: Tue, 2 Aug 2016 14:13:33 +0000 (+0300) Subject: [Fix] rspamd_stats: remove deprecated defined(@array) X-Git-Tag: 1.3.2~67^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F789%2Fhead;p=thirdparty%2Frspamd.git [Fix] rspamd_stats: remove deprecated defined(@array) --- diff --git a/utils/rspamd_stats.pl b/utils/rspamd_stats.pl index 7d93d2e897..423f4cba64 100644 --- a/utils/rspamd_stats.pl +++ b/utils/rspamd_stats.pl @@ -29,7 +29,7 @@ pod2usage(1) if $help; pod2usage(-exitval => 0, -verbose => 2) if $man; @symbols_search = '.*' - unless defined @symbols_search; + unless @symbols_search; # Global vars my $total = 0;