1
0
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:
dmiller
2018-08-23 02:58:38 +00:00
parent a7e20158a8
commit 1f3c083c25

View File

@@ -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