IFS in check_dns
IFS is set before an if/else block in the check_dns() function. The function can return after setting IFS, but before it is properly reset.
IFS is set before an if/else block in the check_dns() function. The function can return after setting IFS, but before it is properly reset.