summaryrefslogtreecommitdiffstats
path: root/abuse.pl
diff options
context:
space:
mode:
Diffstat (limited to 'abuse.pl')
-rwxr-xr-xabuse.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/abuse.pl b/abuse.pl
index a6ac077..42e31a4 100755
--- a/abuse.pl
+++ b/abuse.pl
@@ -25,5 +25,6 @@ for my $host (@ARGV) {
print (($query->answer)[0]->rdata, "\n");
} else {
print "no abuse address for $IP\n";
+ exit 1;
}
}