mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Fix r29529. Alias was wrong.
This commit is contained in:
parent
036d28c898
commit
cc6d7b67bf
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue