mirror of
https://github.com/nmap/nmap.git
synced 2025-12-10 09:49:05 +00:00
Fixed bug in return values for openssl pcall in libraries mssql and smbauth
This commit is contained in:
@@ -87,7 +87,7 @@ local string = require "string"
|
||||
local table = require "table"
|
||||
_ENV = stdnse.module("smbauth", stdnse.seeall)
|
||||
|
||||
local openssl, have_ssl = pcall(require, "openssl")
|
||||
local have_ssl, openssl = pcall(require, "openssl")
|
||||
|
||||
-- Constants
|
||||
local NTLMSSP_NEGOTIATE = 0x00000001
|
||||
|
||||
Reference in New Issue
Block a user