From 1f3c083c259bed1326fc3baa9efedd0fc8c14932 Mon Sep 17 00:00:00 2001 From: dmiller Date: Thu, 23 Aug 2018 02:58:38 +0000 Subject: [PATCH] Fix function name (copy-paste error) --- nselib/netbios.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nselib/netbios.lua b/nselib/netbios.lua index 8c81a79e0..13d3a3d50 100644 --- a/nselib/netbios.lua +++ b/nselib/netbios.lua @@ -182,7 +182,7 @@ end --@param names [optional] The names to use, from do_nbstat. --@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