From 4ef2bb978a71a904bcca9bdd860e4bd5cba9fefc Mon Sep 17 00:00:00 2001 From: batrick Date: Mon, 9 Jul 2012 17:06:04 +0000 Subject: [PATCH] add appropriate comment --- nselib/smb.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nselib/smb.lua b/nselib/smb.lua index 3b41a025d..ebcd4d107 100644 --- a/nselib/smb.lua +++ b/nselib/smb.lua @@ -3386,7 +3386,7 @@ end ---Determines, as accurately as possible, whether or not an account is an administrator. If there is an error, -- 'false' is simply returned. function is_admin(host, username, domain, password, password_hash, hash_type) - local msrpc = require "msrpc" + local msrpc = require "msrpc" -- avoid require cycle local status, smbstate, err, result local overrides = get_overrides(username, domain, password, password_hash, hash_type)