mirror of
https://github.com/nmap/nmap.git
synced 2026-01-22 14:19:02 +00:00
Fix function name (copy-paste error)
This commit is contained in:
@@ -182,7 +182,7 @@ end
|
||||
--@param names [optional] The names to use, from <code>do_nbstat</code>.
|
||||
--@return (status, result) If status is true, the result is the NetBIOS name.
|
||||
-- otherwise, result is an error message.
|
||||
function get_server_name(host, names)
|
||||
function get_workstation_name(host, names)
|
||||
|
||||
local status
|
||||
local i
|
||||
|
||||
Reference in New Issue
Block a user