From 9ac3c5057a9943aa8814987a1d7762aa9dee6bd9 Mon Sep 17 00:00:00 2001 From: batrick Date: Mon, 8 Feb 2010 02:36:11 +0000 Subject: [PATCH] Added dummy locals '_' to be saved to rather than global '_'. --- nselib/afp.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nselib/afp.lua b/nselib/afp.lua index 99f1efc69..d04a4eb47 100644 --- a/nselib/afp.lua +++ b/nselib/afp.lua @@ -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