Less 'and'
This commit is contained in:
parent
bf8dc171a3
commit
16126bd941
@ -474,7 +474,7 @@ sub prune_db {
|
||||
sub exclude {
|
||||
my ( $self ) = @_;
|
||||
return 1 if $self->is_immune();
|
||||
return 1 if $self->{_args}{p0f} and ! $self->p0f_match();
|
||||
return 1 if $self->{_args}{p0f} && ! $self->p0f_match();
|
||||
return 1 if $self->geoip_match();
|
||||
return 1 if $self->exclude_file_match();
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user