1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-03 13:19:04 +00:00

Fix r29529. Alias was wrong.

This commit is contained in:
batrick
2012-08-07 17:37:10 +00:00
parent 036d28c898
commit cc6d7b67bf

View File

@@ -50,7 +50,7 @@ _ENV = require "strict" {};
-- @class function
-- @param t Time to sleep, in seconds.
-- @usage stdnse.sleep(1.5)
_ENV.sleep = nmap.sleep.socket;
_ENV.sleep = nmap.socket.sleep;
---
-- Prints a formatted debug message if the current debugging level is greater