Less 'and'

This commit is contained in:
Jared Johnson 2014-12-22 17:00:29 -06:00
parent bf8dc171a3
commit 16126bd941

View File

@ -474,7 +474,7 @@ sub prune_db {
sub exclude { sub exclude {
my ( $self ) = @_; my ( $self ) = @_;
return 1 if $self->is_immune(); 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->geoip_match();
return 1 if $self->exclude_file_match(); return 1 if $self->exclude_file_match();
return; return;