1
0
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:
patrik
2012-08-06 00:18:55 +00:00
parent 275d739cae
commit 7e85545ea3
2 changed files with 2 additions and 2 deletions

View File

@@ -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