mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Added dummy locals '_' to be saved to rather than global '_'.
This commit is contained in:
parent
2038337907
commit
9ac3c5057a
1 changed files with 2 additions and 0 deletions
|
|
@ -427,6 +427,7 @@ end
|
|||
-- (if status is true) or error string (if status is false)
|
||||
function fp_enumerate_ext2( socket, volume_id, did, file_bitmap, dir_bitmap, req_count, start_index, reply_size, path )
|
||||
|
||||
local _
|
||||
local packet
|
||||
local data_offset = 0
|
||||
local pad = 0
|
||||
|
|
@ -463,6 +464,7 @@ end
|
|||
-- error string (if status is false)
|
||||
function fp_open_fork( socket, fork, volume_id, did, file_bitmap, access_mode, path )
|
||||
|
||||
local _
|
||||
local packet
|
||||
local data_offset = 0
|
||||
local pad = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue