mirror of
https://github.com/nmap/nmap.git
synced 2025-12-07 13:11:28 +00:00
o [NSE] Correct misspelled "Capabilities.IgnoreSpaceBeforeParanthesis"
name in the MySQL library. [Kris] The second "a" in "paranthesis" should be in "e". No current scripts use this name (yet).
This commit is contained in:
@@ -29,7 +29,7 @@ Capabilities =
|
||||
SupportsCompression = 0x20,
|
||||
ODBCClient = 0x40,
|
||||
SupportsLoadDataLocal = 0x80,
|
||||
IgnoreSpaceBeforeParanthesis = 0x100,
|
||||
IgnoreSpaceBeforeParenthesis = 0x100,
|
||||
Speaks41ProtocolNew = 0x200,
|
||||
InteractiveClient = 0x400,
|
||||
SwitchToSSLAfterHandshake = 0x800,
|
||||
|
||||
Reference in New Issue
Block a user