]> source.dussan.org Git - rspamd.git/commitdiff
[Fix] rspamd_stats: remove deprecated defined(@array) 789/head
authorAlexander Moisseev <moiseev@mezonplus.ru>
Tue, 2 Aug 2016 14:13:33 +0000 (17:13 +0300)
committerAlexander Moisseev <moiseev@mezonplus.ru>
Tue, 2 Aug 2016 14:13:33 +0000 (17:13 +0300)
utils/rspamd_stats.pl

index 7d93d2e897a9f006eea463603fb8575d46180e39..423f4cba6410ec533b3cba91ee76af6f517c0d8e 100644 (file)
@@ -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;