From 14eb8a77479507875fe77640dd044d1a462e568a Mon Sep 17 00:00:00 2001 From: William Heimbigner Date: Wed, 9 May 2012 16:06:14 +0000 Subject: I got tired of checking things in individually so here's one big massive checkin --- modules/inspect.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/inspect.pl') diff --git a/modules/inspect.pl b/modules/inspect.pl index f6b8dd1..c3a9c1a 100644 --- a/modules/inspect.pl +++ b/modules/inspect.pl @@ -32,7 +32,7 @@ sub inspect { } } else { - $iaddr = gethostbyname($event->{host}); +# $iaddr = gethostbyname($event->{host}); $rev = join('.', reverse(unpack('C4', $iaddr))).'.' if (defined $iaddr); } ## NB: isn't there a better way to do this with grep, somehow? -- cgit v1.2.3