mirror of
https://github.com/nmap/nmap.git
synced 2026-08-28 12:31:12 +00:00
Correct mssql.Helper.ConnectEx() parameter documentation
This commit is contained in:
parent
40172ca726
commit
596f9c0fe0
1 changed files with 2 additions and 2 deletions
|
|
@ -2561,8 +2561,8 @@ Helper =
|
|||
|
||||
--- Establishes a connection to the SQL server
|
||||
--
|
||||
-- @param host table containing host information
|
||||
-- @param port table containing port information
|
||||
-- @param instanceInfo A SqlServerInstanceInfo object for the instance
|
||||
-- to connect to
|
||||
-- @return status true on success, false on failure
|
||||
-- @return result containing error message on failure
|
||||
ConnectEx = function( self, instanceInfo )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue