diff options
| author | 2012-05-09 16:06:14 +0000 | |
|---|---|---|
| committer | 2012-05-09 16:06:14 +0000 | |
| commit | 14eb8a77479507875fe77640dd044d1a462e568a (patch) | |
| tree | 4ac100311b2ddb7ce2d3f047318b5b0327ae9be0 /modules/inspect.pl | |
| parent | 62aeddf74f00e7b5418779e8fc1e92cf74b76a6b (diff) | |
I got tired of checking things in individually so here's one big massive checkin
Diffstat (limited to 'modules/inspect.pl')
| -rw-r--r-- | modules/inspect.pl | 2 |
1 files changed, 1 insertions, 1 deletions
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? |
