mirror of
https://github.com/nmap/nmap.git
synced 2026-01-05 22:19:03 +00:00
typo fix, replace Oracle with Informix
This commit is contained in:
@@ -63,7 +63,7 @@ Driver =
|
||||
return true
|
||||
end,
|
||||
|
||||
--- Attempts to login to the Oracle server
|
||||
--- Attempts to login to the Informix server
|
||||
--
|
||||
-- @param username string containing the login username
|
||||
-- @param password string containing the login password
|
||||
@@ -88,12 +88,12 @@ Driver =
|
||||
|
||||
end,
|
||||
|
||||
--- Disconnects and terminates the Oracle TNS communication
|
||||
--- Disconnects and terminates the Informix communication
|
||||
disconnect = function( self )
|
||||
self.helper:Close()
|
||||
end,
|
||||
|
||||
--- Perform a connection with the helper, this makes sure that the Oracle
|
||||
--- Perform a connection with the helper, this makes sure that the Informix
|
||||
-- instance is correct.
|
||||
--
|
||||
-- @return status true on success false on failure
|
||||
|
||||
Reference in New Issue
Block a user