From 7f0c9fa9a2f1eee019de54ddf854bf65a16995aa Mon Sep 17 00:00:00 2001 From: david Date: Tue, 5 Jun 2012 20:33:09 +0000 Subject: [PATCH] Identifier typo. http://seclists.org/nmap-dev/2012/q2/618 --- scripts/broadcast-tellstick-discover.nse | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/broadcast-tellstick-discover.nse b/scripts/broadcast-tellstick-discover.nse index c09a390f2..4f02841b9 100644 --- a/scripts/broadcast-tellstick-discover.nse +++ b/scripts/broadcast-tellstick-discover.nse @@ -46,7 +46,7 @@ action = function() local status, _, _, ip = socket:get_info() if ( not(status) ) then - stndse.print_debug(2, "Failed to get socket information") + stdnse.print_debug(2, "Failed to get socket information") break end @@ -66,4 +66,4 @@ action = function() if ( 0 < #output ) then return stdnse.format_output(true, output) end -end \ No newline at end of file +end