logstash-plugins / logstash-filter-dns

Apache License 2.0
7 stars 28 forks source link

Remove superfluous is_array check. #46

Closed kill9zombie closed 5 years ago

kill9zombie commented 6 years ago

Just a little tidy up. In the only place we set is_array to true, we either take the first value or return with a warning. Existing unit tests are in place to make sure this is the case.