diff options
| author | 2012-01-31 21:27:51 +0000 | |
|---|---|---|
| committer | 2012-01-31 21:27:51 +0000 | |
| commit | 899a7bcaa4bb34ae81bdcf5b4a0e09d6d563649b (patch) | |
| tree | d28c6687be0695915296dffa125b326768cdabe1 /meta.pl | |
| parent | 0c1f2ce44422875b771462f6c58b1ad4844f4a69 (diff) | |
fixing bad code and a lack of ping replies
Diffstat (limited to 'meta.pl')
| -rwxr-xr-x | meta.pl | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -20,6 +20,10 @@ $::pass = ''; $::netsplit = 0; $::debug = 0; $::cset = ''; +%::debugx = ( + "dnsbl" => 0, + "pingpong" => 0 +); BEGIN { my @modules = qw/Util Xml Inspect Event Services Log Command Classes Mysql/; |
