1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-05 22:19:03 +00:00

nse_check_globals cleanup

This commit is contained in:
patrik
2012-08-18 07:10:27 +00:00
parent a329909fdf
commit a18d0b2ff0
2 changed files with 5 additions and 2 deletions

View File

@@ -2,6 +2,7 @@ local rpc = require "rpc"
local shortport = require "shortport"
local stdnse = require "stdnse"
local table = require "table"
local string = require "string"
description = [[
Shows NFS exports, like the <code>showmount -e</code> command.