From 9baeec289759d1d9bc0fd977ffba4c2690222e48 Mon Sep 17 00:00:00 2001 From: kris Date: Tue, 9 Oct 2007 13:29:47 +0000 Subject: [PATCH] Changing a comment in nselib/ipOps.lua as it seems to be remnants of a patch for ripeQuery.nse (references doing a RIPE lookup) --- nselib/ipOps.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nselib/ipOps.lua b/nselib/ipOps.lua index 5bcbc32be..a01e3580d 100644 --- a/nselib/ipOps.lua +++ b/nselib/ipOps.lua @@ -2,9 +2,8 @@ module(...,package.seeall) +-- check to see if ip is part of RFC 1918 address space isPrivate = function(ip) - -- check to see if ip is part of RFC 1918 address space - -- if so, don't bother with the RIPE lookup local a, b a, b = get_parts_as_number(ip) if a == 10 then