1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-06 14:39:03 +00:00

Fixed a potential global variable mistake in smb-server-stats.nse

This commit is contained in:
ron
2009-04-01 18:23:18 +00:00
parent dde55ed602
commit 5939934979

View File

@@ -3461,6 +3461,8 @@ end
-- about the server.
function get_server_stats(host)
local stats
local status
local smbstate
-- Create the SMB session
status, smbstate = start_smb(host, SRVSVC_PATH)