mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-26 19:00:34 +02:00
Fixed Snort download rules again
This commit is contained in:
@@ -701,9 +701,7 @@ sub getmd5 {
|
||||
close($fh);
|
||||
}
|
||||
|
||||
my @temp=split(/= /,$md5buf->content);
|
||||
|
||||
return $temp[1];
|
||||
return $md5buf->content;
|
||||
}
|
||||
sub downloadrulesfile {
|
||||
my $return = &geturl($url);
|
||||
|
||||
Reference in New Issue
Block a user