summaryrefslogtreecommitdiffstats
path: root/modules/inspect.pl
diff options
context:
space:
mode:
Diffstat (limited to 'modules/inspect.pl')
-rw-r--r--modules/inspect.pl2
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?