Skip to content

Commit

Permalink
Merge pull request #1913 from seren/fix-batch-manager
Browse files Browse the repository at this point in the history
Fix regexp import in ossec-batch-manager.pl
  • Loading branch information
atomicturtle authored Oct 3, 2020
2 parents 7ed68cf + 1cbce88 commit 10f6ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/ossec-batch-manager.pl
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
use MIME::Base64;
use Digest::MD5 qw(md5_hex);
use Getopt::Long;
use Regexp::Common::net;
use Regexp::Common qw(net);

use constant AUTH_KEY_FILE => "/var/ossec/etc/client.keys";
use constant RIDS_PATH => "/var/ossec/queue/rids/";
Expand Down

0 comments on commit 10f6ad8

Please sign in to comment.