mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Fix function name (copy-paste error)
This commit is contained in:
parent
a7e20158a8
commit
1f3c083c25
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue