1
0
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:
kris
2010-04-06 02:05:07 +00:00
parent 741a9ddbf4
commit 0e579c71a4
2 changed files with 4 additions and 1 deletions

View File

@@ -29,7 +29,7 @@ Capabilities =
SupportsCompression = 0x20,
ODBCClient = 0x40,
SupportsLoadDataLocal = 0x80,
IgnoreSpaceBeforeParanthesis = 0x100,
IgnoreSpaceBeforeParenthesis = 0x100,
Speaks41ProtocolNew = 0x200,
InteractiveClient = 0x400,
SwitchToSSLAfterHandshake = 0x800,